Home » MYSQL » Using Sequences » Question
  1. Which column attribute provides unique numbers for identification?
    1. UNSIGNED
    2. IDENTIFY
    3. DESCRIBE
    4. AUTO_INCREMENT
    5. 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.



Your comments will be displayed only after manual approval.