Which one of the following pairs of aggregate functions do
you use with character fields?
1. COUNT(field) and MAX(field)
2. AVG(field) and COUNT(field)
3. MIN(field) and SUM(field)
4. AVG(field) and MAX(field)
5. COUNT(field) and SUM(field)
Answer Posted / santhosh , hyd
COUNT(field) and MAX(field)
| Is This Answer Correct ? | 5 Yes | 1 No |
Post New Answer View All Answers
Why query optimization is needed?
Why do we use view in sql?
What is sql exception?
What is the difference between truncate and drop statements?
What is varchar sql?
What are pl/sql cursors?
why does the selected column have to be in the group by clause or part of an aggregate function? : Sql dba
How bulk collect improves performance?
what is a materialized view? : Sql dba
Is sql easier than java?
What is normalization? How many normalization forms are there?
What do you understand by pl/sql cursors?
What is before trigger?
How do I find duplicates in two columns?
Is oracle and sql same?