What is the result, when NULL is compared with NULL?
Answer Posted / nhajare
Hi,
If you comapare null=null then it return 0 rows selected.
Check the result of this query...
select * from table_name where null=null;
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is crud diagram?
How do you bind variables in pl sql?
Is it possible to Restore a Dropped Table using Rollback Command in Oracle SQL Plus ?
Are subqueries faster than joins?
how to install mysql? : Sql dba
Do triggers have restrictions on the usage of large datatypes, such as long and long raw?
what is the difference between undefined value and null value? : Sql dba
i have some prob lem to tell me about my self in interview first round ...
What is a loop in sql?
What is sql used for?
What is the use of nvl function?
what are string data types? : Sql dba
What are the advantages of pl sql?
Why do you partition data?
How to run sql statements through the web interface?