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 the sql case statement?
What is sql exception?
When a dml statement is executed, in which cursor attributes, the outcome of the statement is saved?
What is %rowtype in pl sql?
What is normalization in sql?
What is cursor and why it is required?
Why is nosql good?
Is sqlite thread safe?
Can 2 queries be executed simultaneously in a distributed database system?
Does truncate free space?
What are inner outer left and right joins in sql?
What are the parameter modes supported by pl/sql?
What are sql functions? Describe the different types of sql functions?
Can we rollback after truncate?
What is benefit of creating memory optimized table?