Home » MYSQL » Mysql Setup » Question
  1. The mode used to turn off the special meaning of backslash and treat it as an ordinary character is _____________.
    1. NO_BACKSLASH_ESCAPE
    2. NO_ESCAPES_SLASH
    3. NO_ESCAPES_BACKSLASH
    4. NO_BACKSLASH_ESCAPES
    5. None of these
Correct Option: D

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.



Your comments will be displayed only after manual approval.