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 / tulsi
1)THE COUNT(field) and MAX(field) CAN BE USED WITH
CHARACTER FIELDS
| Is This Answer Correct ? | 14 Yes | 1 No |
Post New Answer View All Answers
What is benefit of creating memory optimized table?
What is a stored procedure in sql with example?
Can we create a trigger on view?
Is it possible to include an insert statement on the same table to which the trigger is assigned?
Why do we need cursor in pl sql?
Which one is better sql or oracle?
Can we insert in view in sql?
What is composite primary key in sql?
what are the differences between char and varchar? : Sql dba
How do I kill a query in postgresql?
What is the starting oracle error number? What is meant by forward declaration in functions?
what is an alias command? : Sql dba
Sql technical questions
What is pl sql block structure?
what is sql server agent? : Sql dba