Q. The 'LAST_INSERT_ID()' is tied only to the 'AUTO_INCREMENT' values generated during the current connection to the server.
β
Correct Answer: (A)
True
Explanation: This question is about how MySQL handles the LAST_INSERT_ID() function, which is used to get the ID of the last row inserted into a table.