what is the output of select * from emp where null=null &
select * from emp where 1=1
Answer Posted / bhavish
1.statament "no rows select"
2.statament "the 14 rows displayed
why because the true condition and null values are different
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How do you increase the OS limitation for open files (LINUX and/or Solaris)?
How do I spool to a csv formatted file using sqlplus?
How will you write a query to get a 5th rank student from a table student_report?
What is the difference between alert log file and tarce file ?
What is dynamic proxy?
What are the extensions used by oracle reports?
Explain joins in oracle?
What happens to the indexes if a table is recovered?
How to check the server version in oracle?
how can db_files > maxdatafiles since db_files is for instance and the later is for database
What is private procedure oracle?
What happens if you use a wrong connect identifier?
How do I limit the number of rows returned by an oracle query after ordering?
Difference between open_form and call_form in oracle.
Can you drop an index associated with a unique or primary key constraint?