What is the result, when NULL is compared with NULL?
Answer Posted / kirankumar.vangeti
Null is neither equal to null nor it is not equal to null.
Any comparison to null is evaluated to null.
Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
When sql appeared?
What is trigger types in sql?
What are the set operators in sql?
How do you optimize a query?
what is the difference between where clause and having clause? : Sql dba
What are tables in sql?
How many tables can a sql database have?
Why is normalization important?
what is the difference between a having clause and a where clause? : Sql dba
what are the security recommendations while using mysql? : Sql dba
how to use myisamchk to check or repair myisam tables? : Sql dba
The select into statement is most often used to create backup copies of tables or for archiving records?
What is a table partition?
What is sql used for?
What is the use of function in sql?