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 / santhosh , hyd
COUNT(field) and MAX(field)
| Is This Answer Correct ? | 5 Yes | 1 No |
Post New Answer View All Answers
How much ram can sql express use?
Explain the working of primary key?
Can we use ddl statements in stored procedure sql server?
How to run sql statements through the web interface?
What is rank () in sql?
What is the cause of mutating table error and how can we solve it?
How do I turn a list into a table?
explain the advantages and disadvantages of stored procedure? : Sql dba
How do you write an index?
what are wild cards used in database for pattern matching ? : Sql dba
when is the use of update_statistics command? : Sql dba
What are joins in sql?
What is break?
what is index? : Sql dba
Can you have a foreign key without a primary key?