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 cross join sql?
What is sql select statement?
What is on delete set null?
what are numeric data types? : Sql dba
Can we use commit inside a trigger?
What is an intersect?
What is restrict in sql?
How many types of triggers are there in pl sql?
How do I find duplicates in sql?
How do I get sql certification?
What is aggregate function in sql?
what is the use of anchoring object? what r the difference between anchoring object & enclosing object? can any one tell me all the details?
What is rename command in sql?
How we can create a table in pl/sql block. Insert records into it? Is it possible by some procedure or function? Please give example?
Can we use view in stored procedure?