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 are the types of views in sql?
what are the limitations of mysql in comparison of oracle? Mysql vs. Oracle. : Sql dba
Describe types of sql statements?
What is output spooling in sql*plus?
Can we create a trigger on view?
what is the difference difference between procedure and packages
How many commands are in sql?
How do I debug a stored procedure?
which operator is used in query for pattern matching? : Sql dba
Can we use view in stored procedure?
How to write a single statement that concatenates the words ?hello? And ?world? And assign it in a variable named greeting?
how to dump a table to a file with 'mysqldump'? : Sql dba
What is a sql trace file?
What are the different types of triggers?
What are the query optimization techniques?