What is the result, when NULL is compared with NULL?
Answer Posted / pravin
It is not possible to compare two nulls with each other.
Still if we want to compare null then we have isnull
operator.
| Is This Answer Correct ? | 4 Yes | 5 No |
Post New Answer View All Answers
What is view explain with example?
Why is partition used in sql?
What is pl sql quora?
Why use triggers in sql?
what are the drivers in mysql? : Sql dba
Is left join faster than inner join?
Which table is left in left join?
Write a query to find the names of users that begin with "um" in sql?
Does truncate require commit?
What is a join query?
what is the difference between char_length and length? : Sql dba
What is a sql profiler?
What is rollback?
what are the different tables present in mysql? : Sql dba
What is left join in postgresql?