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
How to update a table row with a record?
Is it possible to set second Primary Key Constraint in a table in Oracle Database ?
What are the ways tablespaces can be managed and how do they differ?
What is oracle join syntax?
What happens to the current transaction if a ddl statement is executed?
What is the difference between count (*), count (expression), count (distinct expression)?
Can we use oracle pl/sql block in core java? if so how? pls get back to me .....
How to delete all rows a table in oracle?
What is tns service name?
How to convert raw data type into text in oracle? Explain
can u send the sql dumps to sivakumarr1987@gmail.com plz help me
How to turn on or off recycle bin for the instance?
What is integrity and what is constraint??Explain with example
Is oracle a language?
How data locks are respected in oracle?