What value is returned?

The friends table has the columns and contents as shown:
Mysql> SELECT * FROM friends;

This statement was executed:
SELECT AVG (age) FROM friends
What value is returned?

The friends table has the columns and contents as shown:
Mysql> SELECT * FROM friends;

This statement was executed:
SELECT AVG (age) FROM friends
What value is returned?

A.
NULL

B.
10

C.
20

D.
0



Leave a Reply 3

Your email address will not be published. Required fields are marked *