-
There cannot be more than one column per table with the AUTO_INCREMENT attribute.
-
- False
- True
- NA
- NA
- NA
Correct Option: B
In MySQL, there can only be one column per table with the AUTO_INCREMENT attribute. It should also have an integer data type. The AUTO_INCREMENT is also allowed for floating point types.