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
How to store only time; not date and time?
What is blob datatype?
Is oracle a language?
What is pragma autonomous transaction in oracle?
What is the difference between formal parameters and actual parameters?
How to export data to a csv file?
Is oracle the best database?
What is integrity and what is constraint??Explain with example
How to use group functions in the select clause using oracle?
What is logical backup in oracle?
What is an oracle table?
How to define a cusotmer as a supplier in ORACLE R12
What is a trigger and what are its types?
What is flashback in Oracle?
How to open a cursor variable?