×
×
Correct!
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! |
This will reset the score of ALL 52 exercises.
Are you sure you want to continue?