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 / sanjeev
You can use COUNT(field),MIN(field),MAX(field) functions for
character fields.
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
How do you truncate?
Is left join inner or outer by default?
What is a record in pl/sql?
What is the difference between a primary key and a clustered index?
What does truncate mean in sql?
what are the differences between char and varchar? : Sql dba
What is pivot in sql?
What is varray in pl sql?
What is a database? Explain
how to use like conditions? : Sql dba
Is primary key clustered index?
What are the types of records?
Can we use threading in pl/sql?
how many sql ddl commands are supported by 'mysql'? : Sql dba
Does asenumerable execute the query?