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
What is pl sql architecture?
What is a database? Explain
how can we destroy the cookie? : Sql dba
How can we connect an Android App to an Oracle database and use the PL/SQL procedural code?
What is the difference between join and natural join?
What is $$ in sql?
Is keyword pl sql?
what are all different types of collation sensitivity? : Sql dba
How to add a column ‘salary’ to a table employee_details?
What is difference between joins and union?
Can two tables have same primary key?
How can we find duplicate records in a table?
What are triggers in sql?
Is there a way to automate sql execution from the command-line, batch job or shell script?
What packages are available to pl/sql developers?