Q. By default, the AUTO_INCREMENT sequences begin at . . . . . . . .

  • (A) 0
  • (B) 1
  • (C) -1
  • (D) 2
πŸ’¬ Discuss
βœ… Correct Answer: (B) 1
Explanation: This question is about how MySQL handles the AUTO_INCREMENT feature. AUTO_INCREMENT automatically assigns a unique number to each new row you add to a table.
Explanation by: Vinay
This question is about how MySQL handles the AUTO_INCREMENT feature. AUTO_INCREMENT automatically assigns a unique number to each new row you add to a table.

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
124
Total Visits
πŸ“½οΈ
1 y ago
Published
πŸŽ–οΈ
Vinay
Publisher
πŸ“ˆ
98%
Success Rate