Pezhman-Azizi / My-Coursework-Planner

Your coursework planner
0 stars 0 forks source link

[TECH ED] Query Data in Google Sheets with SQL #28

Open Pezhman-Azizi opened 5 hours ago

Pezhman-Azizi commented 5 hours ago

Link to the coursework

https://www.youtube.com/watch?v=dTNamL30sDg

Why are we doing this?

To learn how to use Google Sheets to store and query data is very useful. SQL is a powerful tool you will regularly come across when working with databases, either as a programmer or in many other data roles.

Do #105 first!

Watch the video SQL in Google Sheets. Copy the dataset provided in the video and code along with the queries as you go.

Do up to at the step least GROUP BY clause and aggregation.

We can skip PIVOT, LIMIT and OFFSET for now. You won't need these for the next piece of coursework, but look at them if you're not short on time.

Acceptance criteria

Maximum time in hours

2

How to get help

Share your blockers in ITP Slack.

How to submit

  1. Combine both of these sheets into one. You can create a new sheet for each piece of work.
  2. Share a link to your Google Sheet on your own copy of this ticket. Make sure to give read access to your sheet, you can do this by clicking the "Share" button, then change "Restricted" to "Anyone with the link".
Pezhman-Azizi commented 4 hours ago

I’ve completed the required task by combining both sheets into one as per the instructions. You can find the Google Sheet link below, with read access enabled:

https://docs.google.com/spreadsheets/d/1EZMeDuhlQXxkFQpgDzMZNTyLX3A_d5edKTy-NK-DS1o/edit?usp=sharing

This function pulls out rows where the status is "Closed Won" and ignores any that start with "Data," then sorts everything by date from newest to oldest.

https://docs.google.com/spreadsheets/d/1EZMeDuhlQXxkFQpgDzMZNTyLX3A_d5edKTy-NK-DS1o/edit?usp=sharing