Download as pdf or txt
Download as pdf or txt
You are on page 1of 1

Query 1: Find total number of customers

Query 2: Find number of customers by State (field name containing


State is state_province)
Query 3: Find number of customers by State (field name containing
State is state_province); sort them so that least count appears first
Query 4: You want to list customer_ids along with the number of
orders each has made. List them from most count to least
Query 5: You want to know the names and ids of the customers who
have never made any order

Query 6: You want to create a list of customer names and employee


names so that you can send new year greetings to all of them.

You might also like