Concept Flow - AUTO_INCREMENT behavior
Create Table with AUTO_INCREMENT
Insert Row without ID
Database assigns next AUTO_INCREMENT value
Row inserted with assigned ID
Next insert uses incremented ID
Repeat or Stop
When you insert a row without specifying the ID, the database automatically assigns the next number in sequence to the AUTO_INCREMENT column.