A MySQL column attribute (AUTO_INCREMENT) that automatically generates a unique sequential integer for each new row. Commonly used for primary key columns to ensure every row has a unique identifier without manual assignment.