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
What is the plv (pl/vision) package offers?
What does pl sql developer do?
Which is better varchar or nvarchar?
What is rename command in sql?
Is id a reserved word in sql?
Enlist the advantages of sql.
What pl/sql package consists of?
What is the difference between partition and index?
Difference between global and parameter variables?
what are the different index configurations a table can have? : Sql dba
is mysql query is case sensitive? : Sql dba
What is embedded sql with example?
How we can update the view?
What is rank dense_rank and partition in sql?
What is aggregate function in sql?