what is the output of select * from emp where null=null &
select * from emp where 1=1
Answer Posted / anitha
select * from emp where null=null: will not return any rows
in the table since two null values are not always same.
select * from emp where 1=1 : will return all the rows in
the table because 1 is always equal to 1.
| Is This Answer Correct ? | 36 Yes | 1 No |
Post New Answer View All Answers
Explain what are the type of synonyms?
What are ddl statements in oracle?
What is a package in oracle?
How to invoke the original export import utilities?
How to check the oracle tns settings?
What is object data modeling?
How to define a procedure inside another procedure?
Explain the function of optimizer in oracle?
How to commit the current transaction in oracle?
What are the differences between char and varchar2 in oracle?
what is the use of system.effective.date variable in oracle?
What is the best way to do multi-row insert in oracle?
How to concatenate two text values in oracle?
What is ASM (Automatic Storage Management) in Oracle?
How to load excel data sheet to oracle database