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
What is recovery manager(rman) backup in Oracle?
How to use "in out" parameter properly?
What privilege is needed for a user to delete rows from tables in another schema?
How do I limit the number of oracle database connections generated by weblogic server?
What is ordinary table in oracle?
Is truncate autocommit in oracle?
How to start your 10g xe server from command line?
Explain the dml?
How to initialize variables with default values?
Is insert autocommit in oracle?
What is the meaning of recursive hints in oracle?
What language does oracle use?
What is the difference between truncate & delete command?
In the oracle version 9.3.0.5.0, what does each number shows?
What is a named program unit?