What will be the output for the below Query
Select 'High' from dual where null = null;
Answer Posted / ashok
no rows selected
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
what is a control file ? : Sql dba
Can we use pl sql in mysql?
Why do we use sqlite?
What is difference between procedure and trigger?
What is the usage of when clause in trigger?
How to take user input in pl sql?
what is “go” in t-sql? : Transact sql
What are primary key and foreign key and how they work?
How do I run pl sql in sql developer?
what are the advantages of sql ? : Sql dba
Can you select everything, but 1 or 2 fields, without writer's cramp?
What is optimistic concurrency control? : Transact sql
What are sql objects?
If i can use sys.check_constraints to display my constraints from my database using sql server 2005, how can i display then if i am using sql server 2000????
How to revise and re-run the last sql command?