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


Please Help Members By Posting Answers For Below Questions

What is the difference between unique and primary key constraints?

592


Why does sql need a server?

572


What is the use of nvl function?

626


Why is pl sql used?

535


What does inner join mean?

563






Does a primary key have to be a number?

529


What view means?

565


What are the types of keys?

518


What are the types of functions in sql?

575


1. is it possible to use the cursor atttibutes (%found ,% rowcount , %isopen , %notfound ) to our user defined cursor names ....... cursor cursor_name is select * from scott.emp if you use... cursor_name%found , %rowcount ,%isopen,%notfound...will it work... -------------------------- 2.what is the difference between the varray and index by table .. -------- 3. type type_name is table of number(8,3) index by binary_integer; identifier_name type_name; first , last , prior , next ,trim are the methods we can use it for the above type...simillary is there any way to apply for cursors... with thanks and regards..sarao...

1926


How to write a single statement that concatenates the words ?hello? And ?world? And assign it in a variable named greeting?

656


Can one improve the performance of sql*loader? : aql loader

593


Can you join views in sql?

555


What do you mean by stored procedures? How do we use it?

537


What is the most common sql injection tool?

553