meerens / 8-week-sqlchallenge

My solutions for the 8 Week SQL Challenge

Home Page:https://8weeksqlchallenge.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Greetings πŸ‘‹πŸΌ - my name is Marian πŸ‘©πŸΌβ€πŸ’» and I recently embarked on a journey to level up my SQL game by starting the 8 Week SQL Challenge by Danny Ma.

This repository contains all my documentation for the challenges that I have completed so far. Keep watching πŸ‘€ this space as I add on more solutions.

My Process

Solutions were coded in Google BigQuery syntax.

Each case-study folder contains the following files

  • data.sql: compiled sql for creating tables & loading data (if no data.sql file, you'll find csv files instead)
  • datacleaning.sql: compiled sql for cleaning data
  • solution.sql: compiled sql for answering the challenge questions

My code was written in a Count SQL notebook.

From there I copied the compiled SQL to a *.sql file which you can view in the individual challenge folders.

I also copied the markdown from the notebook to a Craft doc to which I added some additional formatting together with the screenshots and/or csv downloads so you can see tabular output from the individual notebook cells.

The Challenges

Check the links below for all the documentationion for each individual challenge.

Danny’s Diner 🍜

πŸ”— The Challenge
πŸ”— SQL Notebook
πŸ”— Markdown / Solution Comments

Lessons learnt

Pizza Runner πŸ•

πŸ”— The Challenge
πŸ”— SQL Notebook
πŸ”— Markdown / Solution Comments

Lessons Learnt

Foodie-Fi πŸ₯‘

πŸ”— The Challenge
πŸ”— SQL Notebook
πŸ”— Markdown / Solution Comments