Which of the following queries will return a value of NULL?

Which of the following queries will return a value of NULL?

Which of the following queries will return a value of NULL?

A.
SELECT NULL = NULL

B.
SELECT NULL IS NULL

C.
SELECT NULL <=> NULL

D.
SELECT 1 > NULL



Leave a Reply 0

Your email address will not be published. Required fields are marked *