Hello the following is schema of the table in question
employee
(emp_no,emp_fname,emp_lname,birth_date,residence)
The emp_no is INT and is a primary key. Currently there are random big numbers in the column as IDs and I need to reset the column and make it so that it adds the autoincremented ID to the existing entries plus to every new entry I will add.