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 count duplicates in sql?
How can check sql version from command line?
How to get help at the sql prompt?
How can the performance of a trigger be improved?
Are sql connections encrypted?
What is the use of function "module procedure" in pl/sql?
How many types of literals are available in pl sql?
Which is better join or inner query?
Is primary key always clustered index?
how to use 'mysql' to run sql statements? : Sql dba
Define commit?
Why do we use joins?
What is sql integrity?
What are the types of join in sql?
what is dbms? : Sql dba