Open nasiflower opened 1 month ago
https://docs.google.com/spreadsheets/d/1UpVnzufF7njnVsnsCaff9Gp8m6UXt8kos00-v5NWAgo/edit?usp=sharing
1-=QUERY(Sales_data!A1:H ,"SELECT Col5, Col6") 2-=QUERY(Sales_data!A1:H ,"SELECT C, SUM(E) WHERE G = 'Closed Won' GROUP BY C ORDER BY C ASC") 3-=QUERY(Sales_data!A1:H ,"SELECT C,E,G WHERE G = 'Closed Won' ORDER BY C,E ,G desc ") =QUERY({Sales_data!A1:H;Sales_data2!A1:H},"SELECT * WHERE Col1 is not null")
Link to the coursework
https://docs.google.com/spreadsheets/d/1zPeHxhKkYmdiqXNhMwhfC1A0o1wI0zNiD5Gsks2SYoc/template/preview
Why are we doing this?
To practice how to use Google Sheets to store and query data. This should make sure we understand the basics of SQL and how to use it to query data.
We're going to practice extracting data from a database, using SQL. We will use the same data set we used in the Learn about Google Sheets coursework.
Please complete the following tasks:
Deal Value
andExpected Close date
to see when she'll be paid. Create a query that will give only this information."Closed Won"
) and sort them by country so we can work this out easily.Acceptance criteria
Maximum time in hours
1
How to get help
Share your blockers in the ITP Slack.
How to submit