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