What will be the output for the below Query
Select 'High' from dual where null = null;
Answer Posted / prashant yadav
No row select
| Is This Answer Correct ? | 2 Yes | 3 No |
Post New Answer View All Answers
What are the advantages of sql?
Are ddl triggers fired for ddl statements within a pl/sql code executed using the dbms.sql package?
How do I write a cron which will run a sql query and mail the results to agroup?
Why truncate is used in sql?
Can we use joins in subquery?
How does a self join work?
What are analytic functions in sql?
What are the properties of a transaction?
How does cross join work in sql?
What are sql data types?
Do triggers have restrictions on the usage of large datatypes, such as long and long raw?
What is data control language?
How consistent is the view of the data between and within multiple sessions, transactions or statements ?
Why is partition used in sql?
how to see the create table statement of an existing table? : Sql dba