Select Statement  «Prev 

GROUP BY Clause - Exercise

Objective:Create a GROUP BY clause to sort and group results from a query.
Consider the following table columns from a table named MyTable:

MyLastName MyFirstName MyAddress MyCity MyState MyZipCode

Create a statement that will provide a listing of the unique zip codes in the table with no zip codes duplicated.
When you are done, click the Submit button to submit your answer.