what is the output of select * from emp where null=null &
select * from emp where 1=1
Answer Posted / raj
Null=Null returns no row but 1=1 returns entire row of the
table.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
Explain the use of compress option in exp command.
while i take backup using ibm tsm the following errors occurred: rman-03009 ora-19513 ora-27206 ora-19502 ora-27030 ora-ora19511
Explain self joins in oracle?
What is difference between sid and service name in oracle?
I have a table called 'test' on source and target with same name, structure and data type but in a different column order. How can you setup replication for this table?
How to use group functions in the select clause using oracle?
Explain the different normalization forms?
1) Does oracle have any table which contain all the exceptions and it's code internally?
Why do we use coalesce function in oracle?
How remove data files before opening a database?
Is it possible to set second Primary Key Constraint in a table in Oracle Database ?
What is an oracle tablespace?
How to update values on multiple rows in oracle?
What is flashback in Oracle?
How to write an inner join with the where clause in oracle?