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
How to install oracle database 10g xe?
Explain alias?
Is it possible to set second Primary Key Constraint in a table in Oracle Database ?
Explain oracle’s server parameter file.
What is a trigger and what are its types?
Can we call procedure inside function in oracle?
WHEN CURSOR MOVES FROM ONE FORM TO ANOTHER FORM, HOW MANY TRIGGER WILL BE FIRED AND WHAT ARE THEIR SEQUENCE?
What are the original export and import utilities?
What are the components of logical database structure in oracle database?
How to turn on or off recycle bin for the session?
What is a proxy class?
What is an oracle database?
What is coalesce function?
How to create a new oracle data file?
Hi friends can u send the oracle 9i full version download link?????????????? please reply ?