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
What is Java Pool in Oracle?
How to use an explicit cursor without open statements?
How to rename a column in an existing table?
What is backup in Oracle?
What are the different types of record groups in oracle? Explain each of them
How can windows applications connect to oracle servers?
How to lock and unlock a user account in oracle?
Explain temporal data types in oracle
How to set a transaction to be read only in oracle?
What is a tns service name?
Differentiate between function and procedure in oracle.
What privilege is needed for a user to query tables in another schema?
How to view existing locks on the database?
How to create a stored program unit?
How to apply filtering criteria at group level in oracle?