What will be the output for the below Query
Select 'High' from dual where null = null;
Answer Posted / sri
two nulls are not equal
so the answer is no rows selected.
Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How to rename a column in the output of sql query?
what is the use of set statement in tsql? : Transact sql
What do you mean by dbms? What are its different types?
What is before trigger?
What is cursor in pl sql?
How do I run a program in pl sql?
what are all the different normalizations? : Sql dba
What are pl/sql cursor exceptions?
What are stored procedures used for?
Write a unique difference between a function and a stored procedure.
What is sql basics?
What is difference between group by and partition by?
How is a process of pl/sql compiled?
What is a common use of group by in sql?
What are string functions in sql?