3. Select sum(a) sum_1,max(a) max_1 ,count(a) count_1 from ( ( select 1 a from dual union all
Select to_number(‘2011’) a from dual union all select 1 a from dual) union select 2 b from dual);
Answer Posted / sudarshanbehera07@gmail.com
Ans: sum_1 max_1 count_1
2014 2011 3
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is dml and ddl?
Can I join the same table twice?
Why procedure is used in sql?
How many types of index are there?
What is the difference between microsoft sql and mysql?
what is rollback? : Sql dba
What is a primary key example?
How delete all data from all tables in sql?
Does user triggers have entry for trigger with compilation errors?
What is procedure explain with program?
What are the constraints available in sql?
What does select * from mean in sql?
What is %type in pl sql?
what is the difference between join and union? : Sql dba
How can we store rows in PL/SQL using array?