In MySQL, what is the purpose of the AUTO_INCREMENT attribute?
A. Automatically increments the value of a column
B. Sets a column to a predefined value
C. Allows NULL values in a column
D. Adds a default value to a column
AUTO_INCREMENT automatically increments the value of a column in MySQL.