{"id":23296813,"url":"https://github.com/undisputed-jay/sql-questions-and-answers-using-mssql","last_synced_at":"2026-02-25T06:14:51.481Z","repository":{"id":267188016,"uuid":"900490708","full_name":"Undisputed-jay/SQL-Questions-and-Answers-using-MSSQL","owner":"Undisputed-jay","description":"This repository contains a collection of SQL questions and answers to help with learning and practicing SQL concepts. The content is regularly updated with new queries, solutions, and explanations to provide a comprehensive resource for SQL enthusiasts and learners.","archived":false,"fork":false,"pushed_at":"2024-12-08T22:35:56.000Z","size":478,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-06T19:51:16.648Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"TSQL","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Undisputed-jay.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":"2024-12-08T22:27:05.000Z","updated_at":"2024-12-08T22:37:02.000Z","dependencies_parsed_at":"2024-12-12T22:45:21.246Z","dependency_job_id":null,"html_url":"https://github.com/Undisputed-jay/SQL-Questions-and-Answers-using-MSSQL","commit_stats":null,"previous_names":["undisputed-jay/sql-questions-and-answers-using-mssql"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Undisputed-jay/SQL-Questions-and-Answers-using-MSSQL","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Undisputed-jay%2FSQL-Questions-and-Answers-using-MSSQL","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Undisputed-jay%2FSQL-Questions-and-Answers-using-MSSQL/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Undisputed-jay%2FSQL-Questions-and-Answers-using-MSSQL/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Undisputed-jay%2FSQL-Questions-and-Answers-using-MSSQL/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Undisputed-jay","download_url":"https://codeload.github.com/Undisputed-jay/SQL-Questions-and-Answers-using-MSSQL/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Undisputed-jay%2FSQL-Questions-and-Answers-using-MSSQL/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29812183,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-25T05:36:42.804Z","status":"ssl_error","status_checked_at":"2026-02-25T05:36:31.934Z","response_time":61,"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":[],"created_at":"2024-12-20T07:15:21.168Z","updated_at":"2026-02-25T06:14:51.446Z","avatar_url":"https://github.com/Undisputed-jay.png","language":"TSQL","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n  \u003ch1\u003eSQL Questions and Answers\u003c/h1\u003e\n    \u003cp\u003eWelcome to the \u003cstrong\u003eSQL Questions and Answers Repository\u003c/strong\u003e! 🎉\u003cbr\u003e\n    This repository is a growing collection of SQL problems and solutions aimed at helping learners and professionals improve their SQL skills.\u003c/p\u003e\n\n  \u003ch2\u003e📂 Repository Structure\u003c/h2\u003e\n    \u003cul\u003e\n        \u003cli\u003e\u003cstrong\u003e\u003ccode\u003ebasic_sql/\u003c/code\u003e\u003c/strong\u003e: Beginner-friendly questions and answers covering fundamental SQL concepts like \u003ccode\u003eSELECT\u003c/code\u003e, \u003ccode\u003eWHERE\u003c/code\u003e, \u003ccode\u003eGROUP BY\u003c/code\u003e, and \u003ccode\u003eJOIN\u003c/code\u003e.\u003c/li\u003e\n        \u003cli\u003e\u003cstrong\u003e\u003ccode\u003eintermediate_sql/\u003c/code\u003e\u003c/strong\u003e: Includes moderately challenging questions focusing on subqueries, window functions, and advanced \u003ccode\u003eJOIN\u003c/code\u003e types.\u003c/li\u003e\n        \u003cli\u003e\u003cstrong\u003e\u003ccode\u003eadvanced_sql/\u003c/code\u003e\u003c/strong\u003e: For SQL experts! This folder contains complex queries like recursive CTEs, performance tuning, and optimization.\u003c/li\u003e\n        \u003cli\u003e\u003cstrong\u003e\u003ccode\u003epractice_problems/\u003c/code\u003e\u003c/strong\u003e: Real-world SQL scenarios for practice, often involving datasets from popular domains (e.g., sales, employees, customers).\u003c/li\u003e\n        \u003cli\u003e\u003cstrong\u003e\u003ccode\u003edatasets/\u003c/code\u003e\u003c/strong\u003e: Contains sample datasets used in the questions. Import these into your preferred database to practice.\u003c/li\u003e\n        \u003cli\u003e\u003cstrong\u003e\u003ccode\u003esolutions/\u003c/code\u003e\u003c/strong\u003e: Step-by-step solutions to the questions with detailed explanations.\u003c/li\u003e\n    \u003c/ul\u003e\n\n  \u003ch2\u003e✨ Features\u003c/h2\u003e\n    \u003cul\u003e\n        \u003cli\u003e\u003cstrong\u003eWell-documented Questions:\u003c/strong\u003e Each SQL problem includes detailed instructions and expected outputs.\u003c/li\u003e\n        \u003cli\u003e\u003cstrong\u003eReal-world Scenarios:\u003c/strong\u003e Problems are based on practical use cases to simulate real-world applications.\u003c/li\u003e\n        \u003cli\u003e\u003cstrong\u003eGrowing Collection:\u003c/strong\u003e This repository is updated regularly with new questions, answers, and datasets.\u003c/li\u003e\n    \u003c/ul\u003e\n\n  \u003ch2\u003e🚀 How to Use\u003c/h2\u003e\n    \u003col\u003e\n        \u003cli\u003eClone the repository to your local machine:\n            \u003cpre\u003e\u003ccode\u003egit clone https://github.com/yourusername/sql-questions-answers.git\ncd sql-questions-answers\u003c/code\u003e\u003c/pre\u003e\n        \u003c/li\u003e\n        \u003cli\u003eBrowse the folders based on your SQL skill level.\u003c/li\u003e\n        \u003cli\u003eImport datasets from the \u003ccode\u003edatasets/\u003c/code\u003e folder into your database.\u003c/li\u003e\n        \u003cli\u003eWrite and execute the queries for the problems provided.\u003c/li\u003e\n        \u003cli\u003eCompare your solutions with the files in the \u003ccode\u003esolutions/\u003c/code\u003e folder.\u003c/li\u003e\n    \u003c/ol\u003e\n\n  \u003ch2\u003e💡 Contributing\u003c/h2\u003e\n    \u003cp\u003eHave SQL questions or unique solutions you'd like to share? Contributions are welcome!\u003c/p\u003e\n    \u003col\u003e\n        \u003cli\u003eFork the repository.\u003c/li\u003e\n        \u003cli\u003eAdd your question or solution in the appropriate folder.\u003c/li\u003e\n        \u003cli\u003eSubmit a pull request, and we’ll review it.\u003c/li\u003e\n    \u003c/ol\u003e\n\n  \u003ch2\u003e🛠 Tools and Setup\u003c/h2\u003e\n    \u003cp\u003eYou can use any SQL environment or tool to practice, such as:\u003c/p\u003e\n    \u003cul\u003e\n        \u003cli\u003e\u003cstrong\u003eDBeaver\u003c/strong\u003e\u003c/li\u003e\n        \u003cli\u003e\u003cstrong\u003epgAdmin\u003c/strong\u003e\u003c/li\u003e\n        \u003cli\u003e\u003cstrong\u003eMySQL Workbench\u003c/strong\u003e\u003c/li\u003e\n        \u003cli\u003e\u003cstrong\u003eSQL Server Management Studio (SSMS)\u003c/strong\u003e\u003c/li\u003e\n        \u003cli\u003e\u003cstrong\u003eSQLite Browser\u003c/strong\u003e\u003c/li\u003e\n    \u003c/ul\u003e\n\n  \u003ch2\u003e📫 Contact\u003c/h2\u003e\n    \u003cp\u003eFeel free to reach out with questions, suggestions, or feedback:\u003cbr\u003e\n    \u003cstrong\u003eAhmed Ayodele\u003c/strong\u003e – \u003ca href=\"mailto:ayodeleahmed219@gmail.com\"\u003eayodeleahmed219@gmail.com\u003c/a\u003e\u003c/p\u003e\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fundisputed-jay%2Fsql-questions-and-answers-using-mssql","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fundisputed-jay%2Fsql-questions-and-answers-using-mssql","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fundisputed-jay%2Fsql-questions-and-answers-using-mssql/lists"}