what is the output of select * from emp where null=null &
select * from emp where 1=1
Answer Posted / chandana
NULL = NULL ...NOT TRUE
NO ROWS RETURNED
1=1 ...TRUE
ALL ROWS RETURNED
1=2....NOT TRUE
NO ROWS RETURNED
2=2,3==3 AND SO ON WILL RETURN ALL ROWS FROM A TABLE
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Explain the use of parfile option in exp command.
How do we get field details of a table?
What is blob data type in oracle?
What privilege is needed for a user to connect to oracle server?
What are the limitations of check constraint?
How to rename a column in an existing table?
How to grant create session privilege to a user in oracle?
What are the system predefined user roles?
Is oracle the best database?
How to create a stored function in oracle?
What query tells you how much space a tablespace named test is taking up, and how much space is remaining?
What are the four Oracle system processes that must always be up and running for the database to be useable?
What is an Oracle index?
Explain what are the uses of rollback segment?
Is there a function to split a string in plsql?