1.

Which mode tells the server to recognize double quote as an identifier quoting character?(a) ANSI_DQ(b) ANSI_QUOTES(c) ANSI_RECG_QUOTES(d) ANSI_RECG_DQUOTESThe question was posed to me in unit test.The origin of the question is Server SQL Mode in portion Using SQL to Manage Data of MySQL

Answer»

Right option is (b) ANSI_QUOTES

The explanation: ‘ANSI_QUOTES’ is the MYSQL server MODE value stored in the system variable which directs the MySQL server to treat the double quote character as a QUOTING character for identifiers. The OTHERS are not VALID mode values.



Discussion

No Comment Found

Related InterviewSolutions