what is the output of select * from emp where null=null &
select * from emp where 1=1
Answer Posted / samir kumar sahoo
select*from emp where null=null;
this command will not return any record bcoz the
condition null=null false as two null values are not equal.
select*from emp where 1=1;
will return all the records present in the table emp as
the condition 1=1 is always true.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
Respected sir, Please send me technical questions related to oracle apps..
What is an oracle database table?
When do I need to use a semicolon vs a slash in oracle sql?
What to do if the startbd.bat failed to start the xe instance?
What are the uses of linked server and explain it in detail?
What do you mean by merge in oracle?
Explain implicit cursor.
How a database is related to tablespaces?
Explain the use of rows option in imp command.
What happens if you use a wrong connect identifier?
What is sharded cluster?
How to get a list of all background sessions in the database?
Does oracle charge for java?
How to start instance with a minimal initialization parameter file?
What is a relational database management system?