Home » MYSQL » Data Types » Question
  1. If ANSI_QUOTES is enabled, MySQL treats the double quotes as ________________.
    1. string
    2. hexadecimal
    3. string-quoting character
    4. identifier-quoting character
    5. None of these
Correct Option: D

The SQL standard specifies the single quotes so that statements are portable across database engines. If ANSI_QUOTES is enabled, MySQL treats the double quotes as identifier-quoting character.



Your comments will be displayed only after manual approval.