Which of these values is not valid as an AUTO_INCREMENT value?
3
2
1
0
None of these
Correct Option: D
In MySQL, the ‘AUTO_INCREMENT’ values are a sequence of unique values assigned to the columns such that they increase monotonically. They begin with the value 1 and increment by a unit.