a database constraint that automatically increases from the last record when making an INSERT
AUTO_INCREMENT
is a flag set on a field in a database table that forces the RDBMS to create a unique identifier for the record. This is useful when no other obvious primary key field is apparent in a record.