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 / paresh
COUNT(field) and SUM(field)
| Is This Answer Correct ? | 2 Yes | 8 No |
Post New Answer View All Answers
When is the explicit cursor used ?
What are some predefined exceptions in pl/sql?
What are the ddl commands?
How long it takes to learn pl sql?
Is pl sql still used?
Can we create clustered index without primary key?
What is database migration?
How to move files from one directory to another in pl sql?
how to rename an existing column in a table? : Sql dba
What is the difference between the repeatable read and serializable isolation levels? : Transact sql
I need a function for a train ticket reservation please answer it thanks in advance
What are expressions?
How much ram can sql express use?
Explian rowid, rownum?
How to return multiple rows from the stored procedure?