You can use the following sql query state
To retrieve the number of customers who had orders after March 17, 2015, in each state, you can use the following SQL query:
SELECT State, COUNT(*) AS total_customer
To retrieve the number of customers who had orders after March 17, 2015, in each state, you can use the following SQL query:
SELECT State, COUNT(*) AS total_customer
You are viewing 1/3rd of the document.Purchase the document to get full access instantly
Uploaded by : sara
PageId: DOC13F025A