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 / menan
COUNT(field) and MAX(field)
Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
Write the alter statement to enable all the triggers on the t.students table.
What is the source code of a program?
What are different clauses used in sql?
Can we use having without group by in sql?
How do you declare a variable in pl sql?
what is dbms? : Sql dba
What is the most common sql injection tool?
Can a composite key be null?
Explain some predefined exceptions.
Which language is used in sql?
How to select all records from the table?
How do I run a sql trace?
What is number function in sql?
What is the difference between a primary key and a clustered index?
What is compound trigger?