When I give delete from
to the table, then I give select
, returns the table without insert
none, at the time I give insert
again in the table the data id does not restart from 0
/ p>
In other words, it's like this:
7
8
9
After giving delete in the table and giving the insert again, it does not come like this:
1
2
3
It comes:
10
11
12