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 / santhosh , hyd
COUNT(field) and MAX(field)
| Is This Answer Correct ? | 5 Yes | 1 No |
Post New Answer View All Answers
What is meaning of <> in sql?
What is a loop in sql?
Is join same as left join?
What is difference between db2 and sql?
What do you think about pl/sql?
What are packages in pl sql and also explain its advantages?
What is meant by temporal data?
how to enter binary numbers in sql statements? : Sql dba
what is a materialized view? : Sql dba
What is difference between stored function and application function?
What is a table?
How do I get sql certification?
Can you do multiple joins in sql?
What is user in sql?
Where not exists in sql?