The NUL (‘’) is same as the SQL NULL value.
(a) True
(b) False
The question was posed to me in an internship interview.
This intriguing question comes from Data Value Categories in division Data Types of MySQL
(a) True
(b) False
The question was posed to me in an internship interview.
This intriguing question comes from Data Value Categories in division Data Types of MySQL
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 ‘’ is different from NULL. It is a zero valued byte.