InterviewSolution
Saved Bookmarks
| 1. |
How can the value of recently generated sequence number be obtained?(a) LAST_INSERT_ID()(b) LATEST_INSERT_ID()(c) INITIAL_INSERT_ID()(d) INSERT_ID()I got this question in class test.My question is taken from Internal Security: Preventing Unauthorized Filesystem Access topic in chapter Access Control and Security of MySQL |
|
Answer» Correct choice is (a) LAST_INSERT_ID() |
|