Do you know about aggregate functions? What is row num function? Can it be used all databases?
Answer Posted / nilam
SQL aggregate functions return a single value, calculated from values in a column.
Useful aggregate functions:
AVG() - Returns the average value
COUNT() - Returns the number of rows
FIRST() - Returns the first value
LAST() - Returns the last value
MAX() - Returns the largest value
MIN() - Returns the smallest value
SUM() - Returns the sum
| Is This Answer Correct ? | 6 Yes | 0 No |
Post New Answer View All Answers
What is the difference between post-database commit and post-form commit?
Please explain compound trigger in oracle?
How to set up autotrace for a user account?
Is it possible to split the print reviewer into more than one region ?
How to use subqueries with the exists operator in oracle?
What are the roles of dba?
What is a package ? What are the advantages of package ?
Why cursor variables are easier to use than cursors?
Write a trigger example in oracle?
What is oracle thin client?
What is MTTR advisor in Oracle?
What is connection pooling in oracle?
Explain the use of full option in exp command.
What is truncate oracle?
What is the difference between I and G in Oracle?