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 a foreign key ? : Sql dba
How do I audit the sql sent to the server?
How to load data with sql*loader?
What is the source code of a program?
What is the maximum size of sqlite database?
how to rename an existing table in mysql? : Sql dba
What are triggers and its types?
Whis is not false in primary key?
Is sql a backend?
Is join same as left join?
What are the syntax and use of the coalesce function?
What is time based sql injection?
How to check if a column is nullable before setting to nullable?
Can a foreign key be a duplicate?
What is the difference between the sql*loader and import utilities? : aql loader