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 are sequences
What are all the different types of indexes?
What does t sql mean?
What does sign mean sql?
What is query optimization in sql?
What is localdb mssqllocaldb?
Does view store data in sql?
What is difference between pls_integer and integer?
Compare sql & pl/sql
Is left join and outer join same?
What do you understand by case manipulation functions?
Explain how to use transactions efficiently : transact sql
How delete all data from table in sql?
how to analyze tables with 'mysqlcheck'? : Sql dba
Does asenumerable execute the query?