Q. What is the purpose of the `AUTO_INCREMENT` attribute?
β
Correct Answer: (C)
To automatically increment numeric values
Explanation: `AUTO_INCREMENT` is used to automatically generate the next number in sequence for a column.