If null is compared with null what is the result-true or false or null or unknown?

Answer:
You mean SQL?

NULL = anything IS NULL
NULL <> anything IS NULL
...
NULL IS NULL = TRUE
NULL IS NOT NULL = FALSE
First answer by NevemTeve. Last edit by NevemTeve. Contributor trust: 172 Question popularity: 2 [recommend question].