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 is a relationship and what are they? : Sql dba
Is sql a case sensitive language?
Is it mandatory for the primary key to be given a value when a new record is inserted?
Can we use pl sql in sql server?
Can we write dml inside a function in sql server?
how to convert character strings to numeric values? : Sql dba
Why is nosql good?
tell me about various levels of constraint. : Sql dba
what is view? : Sql dba
How do you declare a user-defined exception?
How is data stored on a disk?
What is difference between hql and native sql?
what are string data types? : Sql dba
what is datawarehouse? : Sql dba
What does <> sql mean?