The following SQL statement finds the number of products:
SELECT COUNT(ProductID)
FROM Products;
FROM Products;
Practice Excercise Practice now
The following SQL statement finds the number of products:
Practice Excercise Practice now