Home » MYSQL » Using Sequences » Question
  1. There can be only one column per table with the AUTO_INCREMENT attribute.
    1. False
    2. True
    3. NA
    4. NA
    5. 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.



Your comments will be displayed only after manual approval.