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 sql architecture?
What is oracle sql developer?
What are expressions?
What is pl sql record in oracle?
what is the difference between where clause and having clause? : Sql dba
give the syntax of grant and revoke commands? : Sql dba
How many databases can sql express handle?
Is pl sql better than sql?
What is java sql package?
define sql insert statement ? : Sql dba
how mysql optimizes distinct? : Sql dba
Explain what is a view?
Enlist the characteristics of pl/sql?
What is a behavioral trigger?
What is the difference between the sql*loader and import utilities? : aql loader