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 do you understand by pl/sql packages?
What is java sql package?
How do I use google cloud in sql?
Is time a data type in sql?
Is sql a dbms?
What trigger means?
How does an execution block start and end in pl sql?
What is an index? What are the types of indexes? How many clustered indexes can be created on a table?
What is the usage of nvl function?
How is indexing done in search engines?
what is the difference between group by and order by in sql? : Sql dba
name 3 ways to get an accurate count of the number of records in a table? : Sql dba
What is the cause of mutating table error and how can we solve it?
How to fetch alternate records from a table?
What is the purpose of primary key?