InterviewSolution
Saved Bookmarks
| 1. |
What does LAST_INSERT_ID() return when no AUTO_INCREMENT value has been generated during the current connection?(a) -1(b) 0(c) 1(d) 2I have been asked this question during an online interview.Enquiry is from Internal Security: Preventing Unauthorized Filesystem Access topic in chapter Access Control and Security of MySQL |
|
Answer» Right answer is (b) 0 |
|