Q. Which feature is used for the automatic increment of the column?
β
Correct Answer: (A)
AUTO_INCREMENT
Explanation: This question is about how to make a column in your MySQL database automatically increase its value every time you add a new row.