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
Which is better Oracle or MS SQL? Why?
What is a parameter file in oracle?
Why packages are used in oracle?
what is a Nested Loop join?
What is null value in oracle?
Can multiple cursors being opened at the same time?
How to delete multiple rows from a table in oracle?
What is the oracle implicit cursor?
Whether any commands are used for months calculation? If so, what are they?
What is pragma autonomous transaction in oracle?
How do I start tns listener?
Is rowid unique in oracle?
What are the numeric comparison operations?
How many types of segments in Oracle?
Explain the different normalization forms?