Skip to content

suminleekorea/sql-notes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

2 Commits
Β 
Β 

Repository files navigation

SQL Notes

πŸ“– Overview

This repository contains my structured notes and exercises for learning and practicing SQL. It is designed as both a reference guide and a hands-on lab environment.

πŸ—‚ Contents

  • notes/ β†’ Markdown summaries of SQL concepts
  • scripts/ β†’ Sample SQL queries and scripts
  • data/ β†’ Example datasets for practice (SQLite/MySQL compatible)

πŸ”‘ Key Topics

  • Basic SQL syntax (SELECT, INSERT, UPDATE, DELETE)
  • Filtering and sorting with WHERE, ORDER BY, LIMIT
  • Joins: INNER, LEFT, RIGHT, FULL
  • Aggregations: GROUP BY, HAVING
  • Subqueries and nested queries
  • Views, indexes, and performance optimization

πŸš€ Usage

You can run the scripts with any SQL engine:

# SQLite
sqlite3 sample.db < scripts/example.sql

# MySQL
mysql -u root -p < scripts/example.sql

🎯 Goal

Build a strong foundation in SQL for data analysis, business intelligence, and backend integration.

About

This repository contains my structured notes and exercises for learning and practicing SQL. It is designed as both a reference guide and a hands-on lab environment.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors