What will be the output for the below Query
Select 'High' from dual where null = null;
Answers were Sorted based on User's Feedback
Answer / 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 |
Is it possible to pass parameters to triggers?
What are the modes of parameters that can be passed to a procedure ?
how to give permission to users that users can update/insert/delete on a row of table on timeing 10am to 6pm only?
what is the cursor and use of cursor in pl/sql ?
what is a tablespace? : Sql dba
What is the full form of sql?
What is pl/sql tables?
What is the max nvarchar size?
Does sql profiler affect performance?
When the mutating error will comes? and how it will be resolved?
what is 'mysqlcheck'? : Sql dba
Can we use view in stored procedure?