InterviewSolution
Saved Bookmarks
| 1. |
Which mode is used to turn off the special meaning of backslash and treat it as an ordinary character?(a) NO_ESCAPES_SLASH(b) NO_ESCAPES_BACKSLASH(c) NO_BACKSLASH_ESCAPES(d) NO_BACKSLASH_ESCAPEThe question was posed to me in an interview for job.This interesting question is from Data Value Categories in portion Data Types of MySQL |
|
Answer» Right answer is (c) NO_BACKSLASH_ESCAPES |
|