Q. What is the synonym for last_insert_id session variable?
β
Correct Answer: (B)
identity
Explanation: This question is about a special variable in MySQL called last_insert_id. It helps you find out the ID of the last row you inserted into a table.