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);



3. Select sum(a) sum_1,max(a) max_1 ,count(a) count_1 from ( ( select 1 a from dual union all Se..

Answer / sudarshanbehera07@gmail.com

Ans: sum_1 max_1 count_1
2014 2011 3

Is This Answer Correct ?    1 Yes 0 No

Post New Answer

More SQL PLSQL Interview Questions

What is substitution variable?

0 Answers  


what is offset-fetch filter in tsql? : Transact sql

0 Answers  


how do you know if your mysql server is alive? : Sql dba

0 Answers  


Does db2 use sql?

0 Answers  


Is left join faster than join?

0 Answers  






What is sql basics?

0 Answers  


Can we commit in trigger?

0 Answers  


What does pl sql stand for?

0 Answers  


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

1 Answers  


What packages are available to pl/sql developers?

0 Answers  


What does bitemporal mean?

0 Answers  


What is normalisation and its types?

0 Answers  


Categories