Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/yi-ge/sql-practice

LeetCode SQL Practice.
https://github.com/yi-ge/sql-practice

leetcode mysql sql

Last synced: 27 days ago
JSON representation

LeetCode SQL Practice.

Awesome Lists containing this project

README

        

# SQL 练习

LeetCode SQL 练习记录。

## 题目

- [1747. 应该被禁止的 Leetflex 账户](src/leetflex-banned-accounts.sql)
- [181. 超过经理收入的员工](src/employees-earning-more-than-their-managers.sql)
- [180. 连续出现的数字](src/consecutive-numbers.sql)
- [1988. 找出每所学校的最低分数要求](src/find-cutoff-score-for-each-school.sql)
- [1549. 每件商品的最新订单](src/the-most-recent-orders-for-each-product.sql)
- [1321. 餐馆营业额变化增长](src/restaurant-growth.sql)
- [1045. 买下所有产品的客户](src/customers-who-bought-all-products.sql)
- [1341. 电影评分](src/movie-rating.sql)
- [1867. 最大数量高于平均水平的订单](src/orders-with-maximum-quantity-above-average.sql)
- [550. 游戏玩法分析 IV](src/game-play-analysis-iv.sql)
- [262. 行程和用户](src/trips-and-users.sql)
- [1303. 求团队人数](src/find-the-team-size.sql)
- [1308. 不同性别每日分数总计](src/running-total-for-different-genders.sql)
- [1501. 可以放心投资的国家](src/countries-you-can-safely-invest-in.sql)
- [1077. 项目员工 III](src/project-employees-iii.sql)
- [1285. 找到连续区间的开始和结束数字](src/find-the-start-and-end-number-of-continuous-ranges.sql)
- [1596. 每位顾客最经常订购的商品](src/the-most-frequently-ordered-products-for-each-customer.sql)
- [178. 分数排名](src/rank-scores.sql)
- [177. 第N高的薪水](src/nth-highest-salary.sql)
- [1951. 查询具有最多共同关注者的所有两两结对组](src/all-the-pairs-with-the-maximum-number-of-common-followers.sql)
- [1709. 访问日期之间最大的空档期](src/biggest-window-between-visits.sql)
- [1949. 坚定的友谊](src/strong-friendship.sql)
- [1532. 最近的三笔订单](src/the-most-recent-three-orders.sql)
- [1126. 查询活跃业务](src/active-businesses.sql)
- [1831. 每天的最大交易](src/maximum-transaction-each-day.sql)
- [1613. 找到遗失的ID](src/find-the-missing-ids.sql)
- [1270. 向公司CEO汇报工作的所有人](src/all-people-report-to-the-given-manager.sql)
- [1369. 获取最近第二次的活动](src/get-the-second-most-recent-activity.sql)
- [1454. 活跃用户](src/active-users.sql)
- [1412. 查找成绩处于中游的学生](src/find-the-quiet-students-in-all-exams.sql)
- [1972. 同一天的第一个电话和最后一个电话](src/first-and-last-call-on-the-same-day.sql)
- [185. 部门工资前三高的所有员工](src/department-top-three-salaries.sql)
- [1767. 寻找没有被执行的任务对](src/find-the-subtasks-that-did-not-execute.sql)
- [1384. 按年度列出销售总额](src/total-sales-amount-by-year.sql)
- [569. 员工薪水中位数](src/median-employee-salary.sql)
- [571. 给定数字的频率查询中位数](src/find-median-given-frequency-of-numbers.sql)
- [1225. 报告系统状态的连续日期](src/report-contiguous-dates.sql)
- [618. 学生地理信息报告](src/students-report-by-geography.sql)
- [2010. 职员招聘人数 II](src/the-number-of-seniors-and-juniors-to-join-the-company-ii.sql)