I am deleting all the contents in my database with the following code
db.delete("teacher_info", null, null);
but adding data to the same table results in the id field to increment the row id from the previous counter. How can i set the if field to start counting from 1 after deleting the elements