What will be the output for the below Query
Select 'High' from dual where null = null;
Answer Posted / rapaka srivani
the answer will be "no rows selected" because in question
we used a word called 'dual'. 'dual' is a default table in
SQL where it doesn't contain data. so the answer will
be 'no rows selected'.
| Is This Answer Correct ? | 20 Yes | 23 No |
Post New Answer View All Answers
What is application trigger?
What is the use of nvl function?
How many aggregate functions are available there in sql?
What is int identity in sql?
Is trigger a stored procedure?
What is function and procedure?
What is execution plan in sql?
What is procedure explain with program?
Is sql microsoft?
What are some emotional triggers?
What is sql not null constraint?
What is a relationship and what are they?
What is memory optimized?
Determine if oracle date is on a weekend?
What does count (*) mean in sql?