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
Is there any restriction on the use of union in embedded sql?
What is trigger in pl sql with examples?
Is it possible to sort a column using a column alias?
Can a view be mutating? If yes, then how?
How delete all data from all tables in sql?
How to run sql functions in pl/sql?
What is ttitle and btitle?
What is the meaning of disabling a trigger?
Explain polymorphism in pl/sql.
What is the use of <> sql?
What is a database trigger?
What is cold data?
Can sql function call stored procedure?
Is join and inner join the same?
What is the difference between a database and a relational database?