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 an exception in PL/SQL? What are the two types of exceptions?
Why cross join is used?
What is the difference between row level and statement level trigger?
Why do we use joins in sql?
What is compiled query?
Where is sql database stored?
What are sql*plus environment variables?
What is the difference between the implicit and explicit cursors?
What are all the different types of indexes?
Mention what pl/sql package consists of?
how many sql dml commands are supported by 'mysql'? : Sql dba
How do you change a value in sql?
how many values can the set function of mysql take? : Sql dba
What is a constraint?
Explain 3 basic parts of a trigger.