Q. Which of these values is not valid as an AUTO_INCREMENT value?
β
Correct Answer: (A)
0
Explanation: This question is about AUTO_INCREMENT in MySQL. AUTO_INCREMENT is a special feature that automatically assigns unique, increasing numbers to a column in your database table.