Home » MYSQL » MySQL Functions » Question
  1. What does the AUTO_INCREMENT sequences begin at by default?
    1. 2
    2. -1
    3. 1
    4. 0
    5. None of these
Correct Option: C

The AUTO_INCREMENT column attribute provides unique numbers for column identification. AUTO_INCREMENT sequences normally begin at 1 and increase monotonically like 1, 2, 3, and so on.



Your comments will be displayed only after manual approval.