-
The AUTO_INCREMENT column attribute is best used with which type?
-
- DOUBLE
- FLOAT
- INT
- CHARACTER
- 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.