Home » MYSQL » Data Types » Question
  1. The NUL (‘\0’) is same as the SQL NULL value.
    1. False
    2. True
    3. NA
    4. NA
    5. NA
Correct Option: A

MySQL recognizes many escape sequences like other programming languages. An escape sequence begin with a backslash character. The ‘\0’ is different from NULL. It is a zero valued byte.



Your comments will be displayed only after manual approval.