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 does trigger mean in psychology?
What is a primary key? Explain
What is the difference between sql, mysql and sql server?
How to find 3rd highest salary of an employee from the employee table in sql?
How to download oracle sql developer?
How do you rank data in sql?
What are the types of views in sql?
Who is the owner of mysql database?
How do you use a while loop in pl sql?
What is clustered index in sql?
What are the different set operators available in sql?
What is the basic form of sql query?
How many types of relationship are there?
What is nvl?
How can we make an if statement within a select statement?