AUTO_INCREMENT columns must be NOT NULL.
A. True
B. False
Answer: Option A
Solution (By Examveda Team)
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.
Join The Discussion