Home » MYSQL » Data Types » Question
  1. The AUTO_INCREMENT column attribute is best used with which type?
    1. DOUBLE
    2. FLOAT
    3. INT
    4. CHARACTER
    5. None of these
Correct Option: C

The AUTO_INCREMENT is a column attribute and it is best used with the integer datatypes. It automatically assigns monotonically increasing values to the AUTO_INCREMENT columns.



Your comments will be displayed only after manual approval.