Given the Persons table:
+-----+--------------+-------+
| Id   |  FirstName  | Age   |
+------+-------------+-------+
|   1  | Kate        |  100  |
|   2  | Misha       |    0  |
|   3  | Nick        | NULL  |
|   4  | Larisa      |  200  |
+------+-------------+-------+
What is the result of the following query execution?
SELECT AVG (Age) FROM Persons

Follow CodeGalaxy

Mobile Beta

Get it on Google Play
Send Feedback
Cosmo
Sign Up Now
or Subscribe for future quizzes