What is auto increment?
- Auto Increment is a function that operates on numeric data types. It automatically generates sequential numeric values every time that a record is inserted into a table for a field defined as auto increment.
- We use auto_increment to make sure that PK is unique because it's always increase number automatically.