daverbk / learning-sql

Exercises and Examples from "Learning SQL" by Alan Beaulieu and LeetCode SQL 50 Study Plan

Home Page:https://leetcode.com/studyplan/top-sql-50/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Learning SQL

Welcome to the SQL Learning Exercises repository! This repository is designed to accompany the "Learning SQL" book by Alan Beaulieu, providing a space to push solutions and answers to the exercises

At the same time it contains solutions and SQL schemas to SQL50 learning path on LeetCode

Table of Contents

Introduction

The primary purpose of this repository is to serve as a platform to store my solutions to the exercises presented in the "Learning SQL" book by Alan Beaulieu and SQL50 learning course. Feel free to explore the exercises, work on them at your own pace, and compare your answers with the ones stored in this repo

Book Folder Structure

  • book/bank/bank.sql

    • Contains the SQL schema for the bank database used in the "Learning SQL" book
  • book/chapterN/

    • Contains exercises related to Chapter number N of the "Learning SQL" book
  • book/appendixL/

    • Contains exercises related to Appendix letter L of the "Learning SQL" book
  • sql50/taskId.sql

    • Contains exercises related to SQL50 learning path on LeetCode. Each exercise is stored in a separate .sql file

Contributing

If you have alternative solutions, improvements, or additional exercises that align with the "Learning SQL" book, please submit a pull request. It's a great way to learn from others and help fellow learners.

Happy coding!

About

Exercises and Examples from "Learning SQL" by Alan Beaulieu and LeetCode SQL 50 Study Plan

https://leetcode.com/studyplan/top-sql-50/

License:The Unlicense


Languages

Language:SQL 100.0%