Home » MYSQL » Data Types » Question
  1. AUTO_INCREMENT columns must be NOT NULL.
    1. False
    2. True
    3. NA
    4. NA
    5. NA
Correct Option: B

The ‘AUTO_INCREMENT’ columns must be NOT NULL. If the NOT NULL is omitted, MySQL adds it automatically. AUTO_INCREMENT column values begin with 1 and increase monotonically after it.



Your comments will be displayed only after manual approval.