-
Which column attribute provides unique numbers for identification?
-
- UNSIGNED
- IDENTIFY
- DESCRIBE
- AUTO_INCREMENT
- None of these
Correct Option: D
In MySQL, the mechanism for providing unique numbers is through the AUTO_INCREMENT column attribute. It enables the generation of sequential numbers automatically. This facilitates identification.