What will be the output for the below Query
Select 'High' from dual where null = null;
Answer Posted / zia
Syntax is correct, but result will show only column heading without data as 'HIGH'.
| Is This Answer Correct ? | 2 Yes | 3 No |
Post New Answer View All Answers
What is trigger in sql and its types?
What is a natural join?
What are different types of tables in sql?
Can you sum a count in sql?
What is database sql?
Is it possible to pass parameters to triggers?
what is a scheduled jobs or what is a scheduled tasks? : Sql dba
How can you maintain the integrity of your database on instances where deleting an element in a table result in the deletion of the element(s) within another table?
What is a composite primary key?
How many disk partitions should I have?
Does truncate table reset auto increment?
What are the types of optimization?
Is it possible for a table to have more than one foreign key?
Why do we need cursors in pl sql?
how does a local variable is defined using t-sql? : Transact sql