Difference between aggregate function and analytical function?
Answer Posted / nb_mopidevi
Aggregate Function : Which returns one row for a group.
Analytical Function : which returns one result for each row in the group.
feedback accepted.
| Is This Answer Correct ? | 60 Yes | 2 No |
Post New Answer View All Answers
What is cursor in pl sql?
How to create an array in pl/sql?
List and explain the different types of join clauses supported in ansi-standard sql?
Is join an inner join?
What are field types?
What is mdf ldf and ndf?
What are different clauses used in sql?
What is varchar data type in sql?
what is oracle database ? : Sql dba
define data blocks ? : Sql dba
What is Histogram?
What is multiple columns?
What is composite data type in pl sql?
What is sequence in sql?
What does count (*) do in sql?