InterviewSolution
Saved Bookmarks
| 1. |
The mode used to turn off the special meaning of backslash and treat it as an ordinary character is _____________(a) NO_ESCAPES_SLASH(b) NO_ESCAPES_BACKSLASH(c) NO_BACKSLASH_ESCAPES(d) NO_BACKSLASH_ESCAPEThis question was addressed to me during an interview for a job.The origin of the question is Enabling or Disabling LOCAL Capability for LOAD DATA topic in section General MySQL Administration of MySQL |
|
Answer» Correct ANSWER is (c) NO_BACKSLASH_ESCAPES |
|