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 / menan
COUNT(field) and MAX(field)
| Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
Explain sql data types?
Under what condition it is possible to have a page level lock and row lock at the same time for a query? : Transact sql
What does partition by mean in sql?
What is the usage of distinct keyword?
How do I add a database to sql?
What is write ahead logging in sql server?
Is sql difficult?
explain commit and rollback in mysql : sql dba
What is the difference between explicit and implicit cursors in oracle?
Explain the uses of a database trigger?
Name some usages of database trigger?
How do I partition a table in sql?
how to check server status with 'mysqladmin'? : Sql dba
How do I save the results of sql query in a file?
What is the difference between microsoft access and sql server?