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
Can we rename a column in the output of sql query?
How do I turn a list into a table?
What is data types in sql?
What are synonyms in sql?
how to create a new view in mysql? : Sql dba
How to pronounce postgresql?
What is on delete restrict?
what is the difference between ereg_replace() and eregi_replace()? : Sql dba
What is right join in sql?
What is pl sql package?
What is pivot table in sql?
How do you delete duplicates in sql query using rowid?
How to check if a column is nullable before setting to nullable?
Which is faster subquery or join?
What is partition by in sql?