MCQOPTIONS
Bookmark
Saved Bookmarks
→
Mysql
→
Data Types
→
Which operator is used to check the expression is...
1.
Which operator is used to check the expression is not NULL ?
A.
NOT NULL
B.
ON
C.
IS NULL
D.
All of above
E.
None of these
Answer» B. ON
Show Answer
Discussion
No Comment Found
Post Comment
Related MCQs
What will be the output of the following query?SELECT First_nameFROM EmployeeWHERE emp_id != 6;
What will be the output of the following query?SELECT *FROM EmployeeWHERE emp_id = NULL;
What will be the output of the following query?SELECT First_nameFROM EmployeeWHERE emp_id != 6 OR emp_id IS NULL;
What will be the output of the following query?SELECT * FROM StudentWHERE id IS NULL;
What will be the output of the following query?SELECT *FROM StudentWHERE id IS NULL;
What is the meaning of NULL in Mysql?
Which operator is used to check the expression is not NULL ?
Which operator is used to check whether the expression is NULL ?
Reply to Comment
×
Name
*
Email
*
Comment
*
Submit Reply
Your experience on this site will be improved by allowing cookies. Read
Cookie Policy
Reject
Allow cookies