-
If ANSI_QUOTES is enabled, MySQL treats the double quotes as ________________.
-
- string
- hexadecimal
- string-quoting character
- identifier-quoting character
- 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.