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 primary and foreign key?
What is the need of a partition key?
What does dml mean?
how is myisam table stored? : Sql dba
What is cursor explain with example?
What is crud stand for?
How do I view stored procedures?
Is left join same as inner join?
How do you drop a trigger?
How to display Row Number with Records in Oracle SQL Plus?
how many sql dml commands are supported by 'mysql'? : Sql dba
what are the difference between clustered and a non-clustered index? : Sql dba
How do I access sql anywhere database?
What is the difference between function, procedure and package in pl/sql?
Does inner join return duplicate rows?