Code Sample:
Example
USE bike;
SELECT COUNT(list_price), COUNT(DISTINCT list_price)
FROM product;
Output:
This content is provided to you freely by EdTech Books.
Access it online or download it at https://edtechbooks.org/learning_mysql/using_the_distinct_s.