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
Is null operator in sql?
What is sql and also describe types of sql statements?
What is crud sql?
What is sql architecture?
what is the difference between a having clause and a where clause? : Sql dba
Is pl sql different from sql?
explain primary keys and auto increment fields in mysql : sql dba
Is sql between inclusive?
Is there any restriction on the use of union in embedded sql?
What is a parameter query?
how to show all tables with 'mysql'? : Sql dba
What does the acronym acid stand for in database management?
Mention what does plvtab enables you to do when you showthe contents of pl/sql tables?
Can I copy :old and :new pseudo-records in/to an oracle stored procedure?
What is on delete restrict?