What will be the output for the below Query
Select 'High' from dual where null = null;
Answer Posted / abhishek6555
The answer will be no rows selected as null = null will be
false condition and the where condition will become false.
| Is This Answer Correct ? | 14 Yes | 7 No |
Post New Answer View All Answers
What is input buffer in sql*plus?
What is the use of sql trace?
What are pl/sql cursors?
What is the advantage of index in sql?
What is a left inner join?
What is a database trigger?
what is a composite key ? : Sql dba
How delete all data from all tables in sql?
What is sql used for?
How many sql commands are there?
How many types of primary keys are there?
What is record in pl sql?
Does sql support programming?
Why do we need view in sql?
How many types of tables are there?