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

Best explanation: 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.



Discussion

No Comment Found

Related InterviewSolutions