Menu
×
×
Correct!
Exercise:Use the correct function to return the number of records that have the
SELECT @(5)(*)
FROM Products
@(5) Price = 18;
SELECT COUNT(*)
FROM Products
WHERE Price = 18;
Not CorrectClick here to try again. Correct!Next ❯ |
This will reset the score of ALL 52 exercises.
Are you sure you want to continue?