{"id":29182576,"url":"https://github.com/ivanbyone/leetcode-sql","last_synced_at":"2025-07-01T20:06:49.013Z","repository":{"id":301870615,"uuid":"1010098846","full_name":"Ivanbyone/leetcode-sql","owner":"Ivanbyone","description":"LeetCode SQL Solutions in PostgreSQL","archived":false,"fork":false,"pushed_at":"2025-06-29T10:28:21.000Z","size":12,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-06-29T10:31:26.992Z","etag":null,"topics":["leetcode","leetcode-solutions","leetcode-sql","leetcode-sql-50","postgresql","sql"],"latest_commit_sha":null,"homepage":"","language":"PLpgSQL","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/Ivanbyone.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,"zenodo":null}},"created_at":"2025-06-28T10:42:22.000Z","updated_at":"2025-06-29T10:28:17.000Z","dependencies_parsed_at":"2025-06-29T10:31:29.303Z","dependency_job_id":"0523e205-20e8-4a4b-9b31-1a87103930e4","html_url":"https://github.com/Ivanbyone/leetcode-sql","commit_stats":null,"previous_names":["ivanbyone/leetcode-sql"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Ivanbyone/leetcode-sql","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ivanbyone%2Fleetcode-sql","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ivanbyone%2Fleetcode-sql/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ivanbyone%2Fleetcode-sql/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ivanbyone%2Fleetcode-sql/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Ivanbyone","download_url":"https://codeload.github.com/Ivanbyone/leetcode-sql/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ivanbyone%2Fleetcode-sql/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":263029214,"owners_count":23402354,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["leetcode","leetcode-solutions","leetcode-sql","leetcode-sql-50","postgresql","sql"],"created_at":"2025-07-01T20:06:48.277Z","updated_at":"2025-07-01T20:06:48.992Z","avatar_url":"https://github.com/Ivanbyone.png","language":"PLpgSQL","readme":"# Leetcode (PostgreSQL)\n\n![Postgres](https://img.shields.io/badge/postgres-%23316192.svg?style=for-the-badge\u0026logo=postgresql\u0026logoColor=white)\n[![MIT licensed](https://img.shields.io/badge/License-MIT-yellow.svg)](./LICENSE)\n[![CI](https://github.com/ivanbyone/leetcode-sql/actions/workflows/ci.yml/badge.svg)](https://github.com/Ivanbyone/leetcode-sql//actions)\n\n## Description\n\n📚 LeetCode SQL Solutions in PostgreSQL\n\nA collection of LeetCode solutions in SQL using PostgreSQL. Includes:\n- Easy/Medium/Hard solutions\n- Optimized queries\n\n🔹 Features:\n- Clean, formatted SQL code\n- Use of PostgreSQL-specific functions\n- Parsing complex queries\n- Regular updates\n\nUseful for preparing for technical interviews and improving your SQL skills.\n\n### Contributing\n\nStyle guide for contributors:\n\n1. Add description to all tasks from Leetcode.\n2. Name file pattern: xxx.Task name.sql\n3. All keywords must be uppercase.\n4. For every task create new branch with pattern: task/task-name -\u003e make PR to main.\n\nHave a good contributing! \n\n## Task List\n\n1. [Easy](./leetcode/easy/)\n    - [175. Combine Two Tables](./leetcode//easy/175.%20Combine%20Two%20Tables.sql)\n    - [181. Employees Earning More Than Their Managers](./leetcode/easy/181.%20Employees%20Earning%20More%20Than%20Their%20Managers.sql)\n    - [182. Duplicate Emails](./leetcode/easy/182.%20Duplicate%20Emails.sql)\n    - [183. Customers Who Never Order](./leetcode/easy/183.%20Customers%20Who%20Never%20Order.sql)\n    - [511. Game Play Analysis 1](./leetcode/easy/511.%20Game%20Play%20Analysis%201.sql)\n    - [577. Employee Bonus](./leetcode/easy/577.%20Employee%20Bonus.sql)\n    - [586. Customer Placing the Largest Number of Orders](./leetcode/easy/586.%20Customer%20Placing%20the%20Largest%20Number%20of%20Orders.sql)\n    - [595. Big Countries](./leetcode/easy/595.%20Big%20Countries.sql)\n    - [596. Classes With at Least 5 Students](./leetcode/easy/596.%20Classes%20With%20at%20Least%205%20Students.sql)\n    - [610. Triangle Judgement](./leetcode/easy/610.%20Triangle%20Judgement.sql)\n    - [619. Biggest Single Number](./leetcode/easy/619.%20Biggest%20Single%20Number.sql)\n    - [620. Not Boring Movies](./leetcode/easy/620.%20Not%20Boring%20Movies.sql)\n    - [1068. Product Sales Analysis I](./leetcode/easy/1068.%20Product%20Sales%20Analysis%20I.sql)\n2. [Medium](./leetcode/medium/)\n    - [176. Second Highest Salary](./leetcode/medium/176.%20Second%20Highest%20Salary.sql)\n    - [184. Department Highest Salary](./leetcode/medium/184.%20Department%20Highest%20Salary.sql)\n    - [1045. Customers Who Bought All Products](./leetcode/medium/1045.%20Customers%20Who%20Bought%20All%20Products.sql)\n    - [1070. Product Sales Analysis III](./leetcode/medium/1070.%20Product%20Sales%20Analysis%203.sql)\n    - [1158. Market Analysis 1](./leetcode/medium/1158.%20Market%20Analysis%201.sql)\n\n## License\n\nCheck out LICENSE [page](./LICENSE).\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fivanbyone%2Fleetcode-sql","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fivanbyone%2Fleetcode-sql","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fivanbyone%2Fleetcode-sql/lists"}