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 / paresh
COUNT(field) and SUM(field)
| Is This Answer Correct ? | 2 Yes | 8 No |
Post New Answer View All Answers
What is the difference between unique and primary key constraints?
what are date and time functions in mysql? : Sql dba
how do you login to mysql using unix shell? : Sql dba
What is a pl/sql block?
What do you mean by dbms? What are its different types?
what is a materialized view? : Sql dba
What do you mean by “trigger” in sql?
What are the parts of a sql statement?
How to select unique records from a table?
what is an alias command? : Sql dba
Explain the difference between cursor declared in procedures and cursors declared in the package specification?
what is data manipulation language? : Sql dba
Can a procedure in a package be overloaded?
What are local and global Indexes and where they are useful.
Which are sql * plus commands?