Home » MYSQL » Data Types » Question
  1. Which of these values is not valid as an AUTO_INCREMENT value?
    1. 3
    2. 2
    3. 1
    4. 0
    5. 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.



Your comments will be displayed only after manual approval.