Menu
×
×
Correct!
Exercise:Use an SQL function to calculate the sum of all the
SELECT @(10)
FROM Products;
SELECT SUM(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?