what is the output of select * from emp where null=null &
select * from emp where 1=1
Answer Posted / shree
first command will give no records whereas 2nd command will
provide all records as 1 is equal to one.it is similar to
select * from emp;.
| Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
Why is oracle used?
How to create additional tablespaces for an new database?
State the difference along with examples between Oracle 9i, Oracle 10g and Oracle 11i.
What is a package ? What are the advantages of package ?
What is a table in oracle?
How to create a new table in your schema?
How to convert characters to numbers in oracle?
How to experiment a data lock in oracle?
How to rebuild an index in oracle?
How much memory your 10g xe server is using?
How to delete an existing row from a table in oracle?
How do we represent comments in oracle?
can anyody please send me the dump for Oracle 10g certifications for DBA path?
What is the use of oracle?
What is system global area (sga) in oracle?