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
How do I turn a list into a table?
What is linq to sql?
which operator is used in query for pattern matching? : Sql dba
Enlist the data types that can be used in pl/sql?
What does where 1/2 mean in sql?
How can you create an empty table from an existing table?
What is difference between my sql and sql?
What is a boolean in sql?
How to find 3rd highest salary of an employee from the employee table in sql?
Can we create index on primary key?
how is exception handling handled in mysql? : Sql dba
What is the sql*loader? : aql loader
Why is there a need for sqlcode and sqlerrm variables?
Can we enter data in a table in design view?
What is the difference between null value, zero, and blank space?