Detailed explanation and options for the selected question.
What is the purpose of the AUTO_INCREMENT attribute in a table column?
A.
To generate a unique sequential value automatically
B.
To set a default value for the column
C.
To prevent duplicate values
D.
To reference another table
Explanation:
AUTO_INCREMENT automatically generates unique sequential values for a column, commonly used for primary keys. The other options are unrelated to this attribute.