-
Which mode is used to turn off the special meaning of backslash and treat it as an ordinary character?
-
- NO_ESCAPES_BACKSLASH
- NO_BACKSLASH_ESCAPES
- NO_BACKSLASH_ESCAPE
- NO_ESCAPES_SLASH
- None of these
Correct Option: B
To turn off the special meaning of backslash in MySQL, and treat it as an ordinary character, the SQL mode named NO_BACKSLASH_ESCAPES is enabled. The escape sequence is treated as characters.