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
- Host: GitHub
- URL: https://github.com/ifte-13/sql
- Owner: IFTE-13
- License: mit
- Created: 2025-04-01T19:24:34.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-04-04T15:51:49.000Z (about 1 year ago)
- Last Synced: 2025-10-21T12:52:53.434Z (8 months ago)
- Topics: ddl, dml, sql
- Homepage:
- Size: 21.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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! 🚀