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 / sanjeev
You can use COUNT(field),MIN(field),MAX(field) functions for
character fields.
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
How can I speed up sql query?
How much does sql certification cost?
What is the purpose of the primary key?
When do we use triggers?
Which normal form is best?
What is dml statement?
Explain what is table in a database?
What is graph sql?
How do I view an execution plan in sql?
How to read xml file in oracle pl sql?
What is sql select statement?
What does the sign mean in sql?
Can we insert data into view?
How do you declare a variable in pl sql?
When are we going to use truncate and delete?