Google News
logo
MySQL - Quiz(MCQ)
What is the synonym for last_insert_id session variable?
A)
insert_id
B)
identity
C)
sql_big_selects
D)
sql_auto_is_null

Correct Answer :   identity


Explanation : The session only system variable ‘identity’ is a synonym for the ‘last_insert_id’ session variable. Setting ‘last_insert_id’ specifies the value to be returned by the function ‘LAST_INSERT_ID()’.

Advertisement