Hacktoberfest 2026: the issues maintainers tagged for October, open and beginner-friendly. Browse Hacktoberfest issues

SQL Problems using Google Sheets

Open
#7 2 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Assessment

Difficulty
1/5
Estimated time
Under an hour
Newbie friendliness
42/100
Issue type
Documentation
Clarity
Clearly specified
Activity status
Stale
Tech stack
sql

Research direction

Open the linked Google Sheets template and review the dataset used in the earlier coursework. Complete both SQL tasks in a new sheet within the same Google Sheet, then verify that the sheet has read access for anyone with the link and submit that link.

Written by the indexing model from the issue text.

Description

🏕 Priority Mandatory 📅 Sprint 3 Core Module-Onboarding Submit:Issue
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:

  1. Emily Smith would like to be able to quickly see how many deals she's made. She only cares about Deal Value and Expected Close date to see when she'll be paid. Create a query that will give only this information.
  2. As the accountant for this business, I need to find out how much we’ve sold in each country to pay our taxes. Deals are only complete when they have the status "Closed Won", so we should only include those deals. To make the data easier to work with, we can sort them by country. Can you write a query to get this information?

Acceptance criteria

  • I have completed both tasks.
  • I have added them to a new sheet in my Google sheet I created in the "Learn about Google Sheets" coursework.
Maximum time in hours

1

How to get help

Share your blockers in the ITP Slack.

How to submit
  1. The work should be in the same Google Sheet as the "Learn about Google Sheets" coursework.
  2. Share a link to your Google Sheet. 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".
Dominant language
JavaScript
Stars
3
Forks
546
Avg merge
9h 40m
Merged PRs (30d)
2

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

More from CodeYourFuture/Module-JavaScript-Fundamentals

All issues in CodeYourFuture/Module-JavaScript-Fundamentals

Similar issues

More JavaScript issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.