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
how many ways we can we find the current date using mysql? : Sql dba
What is a sql trace file?
How do I create a sql script?
Is not null in sql?
What does plv msg allows you to do?
Can we use rowid as primary key?
what are the types of join and explain each? : Sql dba
what is the difference between join and union? : Sql dba
What is the difference between microsoft access and sql?
What is java sql driver?
How do you write an inner join query?
What is trigger in sql? Explain
How to create an array in pl/sql?
Why do we create stored procedures & functions in pl/sql and how are they different?
What is cursor explain with example?