The ‘LAST_INSERT_ID()’ is tied only to the ‘AUTO_INCREMENT’ values generated during the current connection to the server.
(a) True
(b) False
I have been asked this question in an interview for internship.
Question is taken from Working with Sequences in division Data Types of MySQL