-
Which mode tells the server to recognize double quote as an identifier quoting character?
-
- ANSI_RECG_QUOTES
- ANSI_DQ
- ANSI_RECG_DQUOTES
- ANSI_QUOTES
- None of these
Correct Option: D
‘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.