Miles, M. (2021). Learning MySQL By Example. BYU-I Books. https://books.byui.edu/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 BYU-I Books.
Access it online or download it at https://books.byui.edu/learning_mysql/using_the_distinct_s.