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 bind reference and how can it be created?
What is orm in sql?
Can we use ddl statements in stored procedure?
List the various privileges that a user can grant to another user?
How to run pl sql program in mysql?
What is dml statement?
what are the non-standard sql commands supported by 'mysql'? : Sql dba
Explain the purpose of %type and %rowtype data types?
Why is stored procedure faster than query?
What is primary key sql?
What is the use of double ampersand (&&) in sql queries? Give an example
What is sqlite format?
What is difference between pls_integer and integer?
What is number function in sql?
what is 'mysqld'? : Sql dba