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
Mention what are the benefits of pl/sql packages?
Can we have two clustered index on a table?
What is loop in pl sql?
Can a procedure in a package be overloaded?
What are the types of keys?
What is sql procedures and functions?
What is the starting oracle error number?
What is difference between rank () row_number () and dense_rank () in sql?
Which function is used to return remainder in a division operator in sql?
What is the difference between python and sql?
What is crud stand for?
What is sqlcontext?
What is user in sql?
what is the difference between $message and $$message? : Sql dba
How to display Row Number with Records in Oracle SQL Plus?