A

Admin • 831.35K Points
Coach

Q. Which column attribute provides unique numbers for identification?

  • (A) AUTO_INCREMENT
  • (B) ALTER TABLE person person_id SMALLINT UNSIGNED AUTO_INCREMENT;
  • (C) IDENTIFY
  • (D) DESCRIBE
  • Correct Answer - Option(A)
  • Views: 20
  • Filed under category MySQL
  • Hashtags:

Explanation by: Admin
This question is about special features in MySQL that help us manage data in our tables. We want to find the one that gives each row a unique number for easy identification.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.