{"id":27105126,"url":"https://github.com/ifte-13/sql","last_synced_at":"2026-02-15T21:32:22.796Z","repository":{"id":285774474,"uuid":"958797639","full_name":"IFTE-13/SQL","owner":"IFTE-13","description":"Structured Query Language","archived":false,"fork":false,"pushed_at":"2025-04-04T15:51:49.000Z","size":22,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-21T12:52:53.434Z","etag":null,"topics":["ddl","dml","sql"],"latest_commit_sha":null,"homepage":"","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/IFTE-13.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2025-04-01T19:24:34.000Z","updated_at":"2025-04-17T17:00:05.000Z","dependencies_parsed_at":"2025-04-02T16:41:44.686Z","dependency_job_id":null,"html_url":"https://github.com/IFTE-13/SQL","commit_stats":null,"previous_names":["ifte-13/sql"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/IFTE-13/SQL","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IFTE-13%2FSQL","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IFTE-13%2FSQL/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IFTE-13%2FSQL/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IFTE-13%2FSQL/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/IFTE-13","download_url":"https://codeload.github.com/IFTE-13/SQL/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IFTE-13%2FSQL/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29490277,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-15T19:29:10.908Z","status":"ssl_error","status_checked_at":"2026-02-15T19:29:10.419Z","response_time":118,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["ddl","dml","sql"],"created_at":"2025-04-06T18:36:42.977Z","updated_at":"2026-02-15T21:32:22.780Z","avatar_url":"https://github.com/IFTE-13.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# 📌 Structured Query Language\n\nWelcome 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.\n\n## 📖 What You'll Learn\n- SQL Basics (Syntax, Queries, Data Types, etc.)\n- Advanced SQL (Joins, Transactions, Stored Procedures, etc.)\n- Database Optimization and Performance Tuning\n- Hands-on SQL Projects\n- SQL Challenges \u0026 Puzzles\n- Recommended Resources (Books, Courses, Cheat Sheets)\n\n## 📂 Repository Structure\n```\n📦 SQL-Learning\n├── 📜 README.md  # Overview of the repository\n├── 📂 Basics\n│   ├── 📜 Introduction-to-SQL.md\n│   ├── 📜 Data-Types.md\n│   ├── 📜 SQL-Syntax.md\n│   ├── 📜 Queries.sql\n│   ├── 📜 Exercises.md\n├── 📂 Advanced\n│   ├── 📜 Joins.md\n│   ├── 📜 Stored-Procedures.md\n│   ├── 📜 Transactions.md\n│   ├── 📜 Indexing-and-Optimization.md\n│   ├── 📜 Advanced-Queries.sql\n│   ├── 📜 Exercises.md\n├── 📂 Projects\n│   ├── 📜 Simple-Banking-System.sql\n│   ├── 📜 E-commerce-Database.sql\n│   ├── 📜 Library-Management-System.sql\n├── 📂 Resources\n│   ├── 📜 Recommended-Books.md\n│   ├── 📜 Online-Courses.md\n│   ├── 📜 Cheat-Sheets.md\n├── 📂 Challenges\n│   ├── 📜 SQL-Puzzles.md\n│   ├── 📜 Real-World-Scenarios.md\n├── 📜 CONTRIBUTING.md  # Guidelines for contributions\n├── 📜 LICENSE  # Open-source license\n```\n\n## 🚀 Getting Started\n1. **Clone this repository:**\n   ```sh\n   git clone https://github.com/IFTE-13/SQL.git\n   cd SQL\n   ```\n2. **Start with the Basics:**\n   - Read `Introduction-to-SQL.md`\n   - Practice `Queries.sql`\n   - Try solving exercises in `Exercises.md`\n3. **Move to Advanced Topics:**\n   - Explore Joins, Indexing, and Optimization\n   - Work on Real-World Projects\n4. **Test Your Skills:**\n   - Take on SQL Challenges and Puzzles\n\n## 🤝 Contributing\nWe welcome contributions! If you’d like to improve this repository, check out `CONTRIBUTING.md` for guidelines.\n\n## 📜 License\nThis project is licensed under the MIT License - see `LICENSE` for details.\n\n---\n\nHappy Learning! 🚀\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fifte-13%2Fsql","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fifte-13%2Fsql","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fifte-13%2Fsql/lists"}