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 / menan
COUNT(field) and MAX(field)
| Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
What do you understand by case manipulation functions?
what is cursor. write example of it. What are the attributes of cursor.
What is synonyms?
What is difference between stored function and application function?
How do I run a sql query?
What is pl sql commands?
Enlist the data types that can be used in pl/sql?
What is dialect in sql?
What is the use of sql trace?
What does subquery mean in sql?
How much does sql certification cost?
How does cross join work in sql?
how do you tune the slow running queries in oracle db , explain the methodology
what is data integrity? : Sql dba
How can you tell the difference between an index and a view?