Miles, M. (2021). Learning MySQL By Example. EdTech Books. https://edtechbooks.org/learning_mysql
Code Sample:
ExampleUSE 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.