Skip to content

Repository files navigation

SQL Basics 2025 - Samueluyyt Tutorial Series

This repository contains all SQL scripts used in the SQL Basics YouTube tutorial series.

Installation

  1. Download and install MySQL Community Server:
    https://dev.mysql.com/downloads/mysql/

  2. Download and install MySQL Workbench:
    https://dev.mysql.com/downloads/workbench/

Use default port 3306. If it is already in use, set it to 3307.
Use password: admin for practice purposes.

Project Structure

Each part in the series corresponds to a script file in this repo:

Part Topic
1 Environment Setup
2 SELECT Basics
3 WHERE Clause
4 Sorting and Limiting
5 Aggregate Functions
6 GROUP BY
7 JOINS
8 Practice Project + Wrapup

Practice Datasets

You can explore more datasets for practice using BigQuery Public Datasets:
https://console.cloud.google.com/marketplace/browse?filter=solution-type:dataset&pli=1

Learn More

Watch the full tutorial series on YouTube:
Coming soon...

License

MIT License.

About

No description, website, or topics provided.

Resources

Stars

9 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors