A

Admin • 833K Points
Coach

Q. What is the purpose of the `AUTO_INCREMENT` attribute?

  • (A) To generate unique string values
  • (B) To auto-fill date values
  • (C) To automatically increment numeric values
  • (D) To allow NULL values
  • Correct Answer - Option(C)
  • Views: 29
  • Filed under category MySQL
  • Hashtags:

Explanation by: Admin

`AUTO_INCREMENT` is used to automatically generate the next number in sequence for a column.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.