I removed all data from my mdf database by using delete commands. Now when I run program, the primary key on auto increment does not start from 1. Instead it auto increments the last deleted id number.
The primary key should start from 1 after deletion.