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 / sudarshanbehera07@gmail.com
Ans: sum_1 max_1 count_1
2014 2011 3
Is This Answer Correct ? | 1 Yes | 0 No |
What is substitution variable?
what is offset-fetch filter in tsql? : Transact sql
how do you know if your mysql server is alive? : Sql dba
Does db2 use sql?
Is left join faster than join?
What is sql basics?
Can we commit in trigger?
What does pl sql stand for?
If you have to declare procedure1,procedure2 in package specification and if you have to declare procedure1,procedure2 and procedure3 in package body? is it compilation or not and execute or not? what type of error is given please
What packages are available to pl/sql developers?
What does bitemporal mean?
What is normalisation and its types?