The following SQL statement finds the number of products:
Example
SELECT COUNT(ProductID)
FROM Products;
FROM Products;
Note: NULL values are not counted.
Practice Excercise Practice now
The following SQL statement finds the number of products:
Note: NULL values are not counted.
Practice Excercise Practice now