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
What is the left table in sql?
What is sql and also describe types of sql statements?
Can a primary key be a foreign key?
How many triggers can be applied to a table?
What is compilation error in pl sql?
What is difference between cursor and trigger?
Can a composite key be null?
Which kind of parameters cannot have a default value in pl sql?
Write a query to display the current date in sql?
How do I kill a query in postgresql?
What are different categories of sql commands?
How can we solve sql error: ora-00904: invalid identifier?
What are synonyms in sql?
What is a function in oracle pl sql?
What is attribute indicator in pl sql?