Home » MYSQL » Data Types » Question
  1. The escape sequence for carriage return is ___________.
    1. ‘\b’
    2. ‘\z’
    3. ‘\c’
    4. ‘\r’
    5. All of above
Correct Option: D

MySQL provides the facility to use a wide range of escape sequences. They are special characters. They begin with the backslash character. For example, ‘\r’ specifies carriage return.



Your comments will be displayed only after manual approval.