Which of the following characters cannot be used as a delimiter?
.
\
,
;
None of these
Correct Option: B
In MySQL, the character backslash character is reserved for specifying escape sequences. For example, the escape sequence ‘\t’ specifies a tab space character. It cannot be used as a delimiter.