Q. AUTO_INCREMENT columns must be NOT NULL.
β
Correct Answer: (A)
True
Explanation: 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.