what is the output of select * from emp where null=null &
select * from emp where 1=1
Answer Posted / chandana
NULL = NULL ...NOT TRUE
NO ROWS RETURNED
1=1 ...TRUE
ALL ROWS RETURNED
1=2....NOT TRUE
NO ROWS RETURNED
2=2,3==3 AND SO ON WILL RETURN ALL ROWS FROM A TABLE
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Explain a segment?
How to work with data objects interactively?
ABOUT IDENTITY?
What is an oracle and why it is used?
What are the ways tablespaces can be managed and how do they differ?
Briefly explain what is literal? Give an example where it can be used?
What is a sub query and what are the different types of subqueries?
what is the difference between substr and instr function in oracle?
What is rowid and rownum in oracle?
If any one has information regarding interview of NIC (National Informatics Centre),it would be of great help...
What is oracle instant client?
What is partitioned table in Oracle?
Will you be able to store pictures in the database?explain.
What suggestions do you have to reduce the network traffic?
How to load a large xml file?