Q. What does the AUTO_INCREMENT sequences begin at by default?
β
Correct Answer: (B)
1
Explanation: This question is about AUTO_INCREMENT in MySQL, which is a special feature that automatically assigns unique numbers to rows in a table.