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
πŸ’¬ Discuss
βœ… Correct Answer: (C) To automatically increment numeric values
Explanation: `AUTO_INCREMENT` is used to automatically generate the next number in sequence for a column.
Explanation by: Mr. Dubey
`AUTO_INCREMENT` is used to automatically generate the next number in sequence for a column.

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
90
Total Visits
πŸ“½οΈ
1 y ago
Published
πŸŽ–οΈ
Mr. Dubey
Publisher
πŸ“ˆ
99%
Success Rate