Menu
×
×
Correct!
Exercise:Use an SQL function to calculate the average price of all products.
SELECT @(10)
FROM Products;
SELECT AVG(Price)
FROM Products;
Not CorrectClick here to try again. Correct!Next ❯ |
This will reset the score of ALL 50 exercises.
Are you sure you want to continue?