An open API service indexing awesome lists of open source software.

https://github.com/ifte-13/sql

Structured Query Language
https://github.com/ifte-13/sql

ddl dml sql

Last synced: 4 months ago
JSON representation

Structured Query Language

Awesome Lists containing this project

README

          

# 📌 Structured Query Language

Welcome to the **SQL Learning Repository**! This repository is designed to help students and beginners learn SQL from the ground up with structured lessons, hands-on exercises, and real-world projects.

## 📖 What You'll Learn
- SQL Basics (Syntax, Queries, Data Types, etc.)
- Advanced SQL (Joins, Transactions, Stored Procedures, etc.)
- Database Optimization and Performance Tuning
- Hands-on SQL Projects
- SQL Challenges & Puzzles
- Recommended Resources (Books, Courses, Cheat Sheets)

## 📂 Repository Structure
```
📦 SQL-Learning
├── 📜 README.md # Overview of the repository
├── 📂 Basics
│ ├── 📜 Introduction-to-SQL.md
│ ├── 📜 Data-Types.md
│ ├── 📜 SQL-Syntax.md
│ ├── 📜 Queries.sql
│ ├── 📜 Exercises.md
├── 📂 Advanced
│ ├── 📜 Joins.md
│ ├── 📜 Stored-Procedures.md
│ ├── 📜 Transactions.md
│ ├── 📜 Indexing-and-Optimization.md
│ ├── 📜 Advanced-Queries.sql
│ ├── 📜 Exercises.md
├── 📂 Projects
│ ├── 📜 Simple-Banking-System.sql
│ ├── 📜 E-commerce-Database.sql
│ ├── 📜 Library-Management-System.sql
├── 📂 Resources
│ ├── 📜 Recommended-Books.md
│ ├── 📜 Online-Courses.md
│ ├── 📜 Cheat-Sheets.md
├── 📂 Challenges
│ ├── 📜 SQL-Puzzles.md
│ ├── 📜 Real-World-Scenarios.md
├── 📜 CONTRIBUTING.md # Guidelines for contributions
├── 📜 LICENSE # Open-source license
```

## 🚀 Getting Started
1. **Clone this repository:**
```sh
git clone https://github.com/IFTE-13/SQL.git
cd SQL
```
2. **Start with the Basics:**
- Read `Introduction-to-SQL.md`
- Practice `Queries.sql`
- Try solving exercises in `Exercises.md`
3. **Move to Advanced Topics:**
- Explore Joins, Indexing, and Optimization
- Work on Real-World Projects
4. **Test Your Skills:**
- Take on SQL Challenges and Puzzles

## 🤝 Contributing
We welcome contributions! If you’d like to improve this repository, check out `CONTRIBUTING.md` for guidelines.

## 📜 License
This project is licensed under the MIT License - see `LICENSE` for details.

---

Happy Learning! 🚀