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 you explain an index?
How does sql store data?
How do you drop a trigger?
tell me about various levels of constraint. : Sql dba
How do you sort in sql?
What is the difference between functions, procedures, and packages in pl/sql?
What is scalar data type in pl sql?
Is stored procedure faster than query?
Explain mutating table error.
What is trigger with example?
How consistent is the view of the data between and within multiple sessions, transactions or statements ?
Is it possible to read/write files to-and-from PL/SQL?
what are the advantages and disadvantages of cascading style sheets? : Sql dba
Explain alias in sql?
What are the set operators in sql?