suppose i have 20 rows in my table , now i deleted last 4 rows . At the very next time I inserted 2 more rows then the primary key no. will be
1,2,3...16,21,22.
Is there any way to restore that key , means any way to store the row at very next of 16 and the result will be
1,2,3...16,17,18