what is the output of select * from emp where null=null &
select * from emp where 1=1
Answer Posted / raj
Null=Null returns no row but 1=1 returns entire row of the
table.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What is PL/SQL ?
What are the different types of modules in oracle forms?
What is connection pooling in oracle?
How to drop an index in oracle?
Can we store images in oracle database?
What is the effect of setting the value "all_rows" for optimizer_goal parameter of the alter session command? What are the factors that affect optimizer in choosing an optimization approach?
what's query optimization and without use of IN AND Exist can we get another way data from query
Explain alias?
Why we use bulk collect in oracle?
How to speed up webrick?
How to grant create session privilege to a user in oracle?
What privilege is needed for a user to delete rows from tables in another schema?
What are the advantages of oracle 12c?
How to pass parameters to procedures in oracle?
What is bulk copy or bcp in oracle?