Q. Suppose the last row has the AUTO_INCREMENT column value 32. Suppose a new row is added by setting AUTO_INCREMENT value equal to 100. The next row added will have value . . . . . . . .
β
Correct Answer: (D)
101
Explanation: This question is about AUTO_INCREMENT in MySQL, which is used to automatically assign unique numbers to new rows in a table. Let's break down the scenario: