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 to generate query output in html format?
Where are the settings stored for each instance in oracle?
What is MTTR advisor in Oracle?
What is the difference between PFILE and SPFILE in Oracle?
Explain oracle’s server parameter file.
What are nested tables?
How to write an inner join with the where clause in oracle?
What are the differences between number and binary_float in oracle?
What are the four Oracle system processes that must always be up and running for the database to be useable?
What are the components of logical database structure in oracle database?
What is a database schema in oracle?
21. Using a set operator, display the client number of all clients who have ever placed an order and whose whose name does not contain the string Sm.
How do I use os authentication with weblogic jdriver for oracle and connection pools?
What is a view and how is it different from a table?
Explain what are clusters?