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 database migration?
What are different types of indexes?
What is orm in sql?
Can we use joins in subquery?
What is a trigger in sql?
how to check server status with 'mysqladmin'? : Sql dba
What language is oracle sql developer?
What is auto increment feature in sql?
How do I truncate a sql log file?
What is data type in database?
What is clustered index in sql?
How insert into statements in sql?
How we can update the view?
What are different types of triggers?
Why commit is not used in triggers?