Primary Key is not starting from 1 in Student Database


This is my students table after the creation and insertion of values. Although the code truncates previous values every time we insert…the value of the primary key is not starting from 1. This is also for other tables. The code is passing test cases but the tables are not looking proper because of wrong primary key starting values. Am I missing something here?
Thanks in advance!!!

I had the same poroblem and i dont think it matters if you have populated the database before it just starts at the number it left off on. It really doesnt matter if it starts at one or six.

1 Like

Thanks a lot for the reply!! It bothered me a lot, now I can continue in peace :smiling_face_with_tear:

1 Like