1.

The NUL (‘\0’) is same as the SQL NULL value.(a) True(b) FalseThe question was posed to me in an internship interview.This intriguing question comes from Data Value Categories in division Data Types of MySQL

Answer»

Right option is (B) False

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



Discussion

No Comment Found

Related InterviewSolutions