what is the output of select * from emp where null=null &
select * from emp where 1=1
Answer Posted / shree
first command will give no records whereas 2nd command will
provide all records as 1 is equal to one.it is similar to
select * from emp;.
| Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
How do I learn what codesets are available in oracle?
What is a static data dictionary in oracle?
Give syntax for SQL and ORACLE joins.
Can multiple columns be used in group by in oracle?
What is redo log?
what is the difference between functional dependecy and multilevel dependency?
How to set up autotrace for a user account?
How to delete a column in an existing table?
What is oracle host variable?
Explain alias?
What are the different types of failures that occur in Oracle database?
What is oracle sid?
How to connect the oracle server as sysdba?
What is oracle join syntax?
How oracle handles dead locks?