Home » MYSQL » Mysql Compound Statements » Question
  1. Which of the following characters cannot be used as a delimiter?
    1. .
    2. \
    3. ,
    4. ;
    5. 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.



Your comments will be displayed only after manual approval.