Vidyalelo
MySQL · Q55

MySQL

Programming · MySQL · question 55

Q55

AUTO_INCREMENT columns must be NOT NULL.

A.
True
Answer
B.
False

Answer: Option A

Solution

Answer: Option A
Solution:
In MySQL, when defining a column with the AUTO_INCREMENT attribute, there are certain constraints and requirements that must be followed. We need to determine whether it is necessary for columns with AUTO_INCREMENT to also be NOT NULL.

The correct option is Option A: True.