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
How does sql store data?
Explain the significance of the & and && operators in pl sql.
What is acid property in a database?
What is the use of prepared statement?
Explain exception handling in pl/sql?
What are the benefits of pl/sql packages?
What can sql server reporting services do?
what is the use of friend function? : Sql dba
Explain what is rdbms?
What is record in pl sql?
What is self-join and what is the requirement of self-join?
What is update query?
what is a composite primary key ? : Sql dba
What are sql objects?
Is inner join same as self join?