-
How can the value of recently generated sequence number be obtained?
-
- INITIAL_INSERT_ID()
- INSERT_ID()
- LAST_INSERT_ID()
- LATEST_INSERT_ID()
- None of these
Correct Option: C
The value of most recently generated sequence number can be obtained by calling the LAST_INSERT_ID() function. This enables to reference the AUTO_INCREMENT value in the subsequent statement.