1.

The synonym for last_insert_id session variable is _____________(a) insert_id(b) identity(c) sql_auto_is_null(d) sql_big_selectsI got this question during an online interview.Enquiry is from Session-Only System Variables in portion System, Status and User Variables of MySQL

Answer»

Correct CHOICE is (B) identity

To explain I would say: 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