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
Is sql a dbms?
What is pl/sql language case sensitive?
What is recursive stored procedure?
How does an execution block start and end in pl sql?
How can we implement rollback or commit statement in a trigger?
Is sql injection illegal?
What is left join in sql?
What is sql exception?
What is the advantage of nosql?
what is the difference between undefined value and null value? : Sql dba
What does where 1/2 mean in sql?
Can you join a table to itself?
Why plvtab is considered as the easiest way to access the pl/sql table?
how to present a past time in hours, minutes and seconds? : Sql dba
What is auto increment feature in sql?