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 are sql injection vulnerabilities?
What does count (*) do in sql?
tell me about various levels of constraint. : Sql dba
How do I make my sql query run faster?
how can you create an empty table from an existing table? : Sql dba
how would you write a query to select all teams that won either 2, 4, 6 or 8 games? : Sql dba
What is number function in sql?
How do you optimize a stored procedure query?
What does closing a cursor do?
Explain what is a view?
Can a foreign key have a different name?
what is rollback? : Sql dba
What are stored procedures used for?
Explain the commit statement.
what are the different functions in sorting an array? : Sql dba