Home » MYSQL » Server SQL Mode » Question
  1. Which mode tells the server to recognize double quote as an identifier quoting character?
    1. ANSI_RECG_QUOTES
    2. ANSI_DQ
    3. ANSI_RECG_DQUOTES
    4. ANSI_QUOTES
    5. 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.



Your comments will be displayed only after manual approval.