I created an AUTO_INCREMENT column(id) primary key. When a record is deleted from the table and a new record is added,the id's value automatically gets set to 1 more than the value of previous id.
i want the new record to take the previously left space created by the old deleted id instead of it occupying a new space.