Lecture 15: Finding Unique Values with DISTINCT
This lecture covers the DISTINCT keyword to find unique values. Often, a column in your table will contain duplicate values. For example, in our `Contacts`… Read More »Lecture 15: Finding Unique Values with DISTINCT