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
What is the sql case statement?
Is sql easier than java?
how can we take a backup of a mysql table and how can we restore it. ? : Sql dba
What is pl sql block structure?
How many types of triggers exist in pl/sql?
How many triggers can be applied to a table?
How many subqueries can be nested in a statement?
What is a left inner join?
What are operators available in sql?
Explain autonomous transaction.
Can a varchar be a primary key?
What problem one might face while writing log information to a data-base table in pl/sql?
Why we use joins in sql?
what are the advantages a stored procedure? : Sql dba
What are two statement types in sql?