{"id":18541486,"url":"https://github.com/allanotieno254/sql-tutorial-mastery-guide--practicle-from-beginner-to-intermmediate-to-advance","last_synced_at":"2026-01-24T16:45:20.689Z","repository":{"id":256948092,"uuid":"856887665","full_name":"AllanOtieno254/SQL-TUTORIAL-Mastery-Guide--practicle-from-Beginner-To-Intermmediate-To-Advance","owner":"AllanOtieno254","description":"A comprehensive guide to mastering SQL, covering topics from basic commands to advanced techniques. This repository includes practical SQL examples, sample data files, and visual aids","archived":false,"fork":false,"pushed_at":"2024-09-13T13:14:27.000Z","size":137,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-05-15T04:08:40.902Z","etag":null,"topics":["aliasing","casestatenent","creatingviews","cte","datatypes","delete","getdate","groupby","having","joins","partitioning","stringfunctions","sys","union","update"],"latest_commit_sha":null,"homepage":"","language":"TSQL","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/AllanOtieno254.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"license","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":"2024-09-13T11:55:35.000Z","updated_at":"2024-09-13T13:14:30.000Z","dependencies_parsed_at":null,"dependency_job_id":"b100d23e-359b-469b-9590-c352d9481608","html_url":"https://github.com/AllanOtieno254/SQL-TUTORIAL-Mastery-Guide--practicle-from-Beginner-To-Intermmediate-To-Advance","commit_stats":null,"previous_names":["allanotieno254/sql-tutorial-practicle-from-basic-to-intermediate-to-advance"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/AllanOtieno254/SQL-TUTORIAL-Mastery-Guide--practicle-from-Beginner-To-Intermmediate-To-Advance","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AllanOtieno254%2FSQL-TUTORIAL-Mastery-Guide--practicle-from-Beginner-To-Intermmediate-To-Advance","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AllanOtieno254%2FSQL-TUTORIAL-Mastery-Guide--practicle-from-Beginner-To-Intermmediate-To-Advance/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AllanOtieno254%2FSQL-TUTORIAL-Mastery-Guide--practicle-from-Beginner-To-Intermmediate-To-Advance/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AllanOtieno254%2FSQL-TUTORIAL-Mastery-Guide--practicle-from-Beginner-To-Intermmediate-To-Advance/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/AllanOtieno254","download_url":"https://codeload.github.com/AllanOtieno254/SQL-TUTORIAL-Mastery-Guide--practicle-from-Beginner-To-Intermmediate-To-Advance/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AllanOtieno254%2FSQL-TUTORIAL-Mastery-Guide--practicle-from-Beginner-To-Intermmediate-To-Advance/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28732034,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-24T10:24:43.181Z","status":"ssl_error","status_checked_at":"2026-01-24T10:24:36.112Z","response_time":89,"last_error":"SSL_read: 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":["aliasing","casestatenent","creatingviews","cte","datatypes","delete","getdate","groupby","having","joins","partitioning","stringfunctions","sys","union","update"],"created_at":"2024-11-06T20:05:12.237Z","updated_at":"2026-01-24T16:45:20.682Z","avatar_url":"https://github.com/AllanOtieno254.png","language":"TSQL","funding_links":[],"categories":[],"sub_categories":[],"readme":"# SQL Mastery Guide\n\nWelcome to the SQL Mastery Guide! This repository is a comprehensive resource for learning SQL, covering basic, intermediate, and advanced topics. Whether you're new to SQL or looking to enhance your skills, this guide provides everything you need to master SQL.\n\n## Table of Contents\n\n1. [Introduction](#introduction)\n2. [Basic SQL](#basic-sql)\n3. [Intermediate SQL](#intermediate-sql)\n4. [Advanced SQL](#advanced-sql)\n5. [Roadmap](#roadmap)\n6. [How to Use This Repository](#how-to-use-this-repository)\n7. [Project Files](#project-files)\n8. [License](#license)\n\n\n## Introduction\n\nSQL (Structured Query Language) is a powerful tool  for managing and manipulating databases. This guide will take you through the fundamentals of SQL, starting from the basics and progressing to advanced techniques used in real-world scenarios.\n\n## Basic SQL\n\n### Topics Covered:\n- Creating Tables\n- Viewing Tables\n- Inserting Values\n- Creating Databases\n- Interacting with MySQL Server Management System\n\n### Sample Code:\n```sql\nCREATE TABLE Students (\n    StudentID INT PRIMARY KEY,\n    FirstName VARCHAR(50),\n    LastName VARCHAR(50),\n    Age INT,\n    Major VARCHAR(50)\n);\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fallanotieno254%2Fsql-tutorial-mastery-guide--practicle-from-beginner-to-intermmediate-to-advance","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fallanotieno254%2Fsql-tutorial-mastery-guide--practicle-from-beginner-to-intermmediate-to-advance","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fallanotieno254%2Fsql-tutorial-mastery-guide--practicle-from-beginner-to-intermmediate-to-advance/lists"}