...

/

Quiz: Aggregate Functions

Quiz: Aggregate Functions

Test your knowledge of aggregate functions in MySQL.

We'll cover the following...
Technical Quiz
1.

Which statement applies to aggregate functions in MySQL?

A.

An aggregate function takes a table with nn rows and yields nn rows.

B.

An aggregate function takes a table with nn rows and yields one row.

C.

The type of the input values is identical to the type of the output value.

D.

An aggregate function takes a table with nn rows and yields mm rows where m>1m\gt 1.


1 / 5