InterviewSolution
Saved Bookmarks
| 1. |
What is the synonym for last_insert_id session variable?(a) insert_id(b) identity(c) sql_auto_is_null(d) sql_big_selectsThis question was addressed to me in unit test.The origin of the question is Status Variables in chapter System, Status and User Variables of MySQL |
|
Answer» The CORRECT option is (b) identity |
|