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

The 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()’.



Discussion

No Comment Found

Related InterviewSolutions