SQL++ - Exercise

Find the customers with the most purchases in the states of California, Texas and New York.

Present the customers first and last name as a single field.

Modify the query to only include purchases made in the 4th quarter of 2013.

To run this example, click the button in the top right corner of the code editor.

Code Editor

Output