https://github.com/xx19941215/leetcode-database-problem
A solution for Leetcode database problem
https://github.com/xx19941215/leetcode-database-problem
database leetcode-solutions
Last synced: 9 months ago
JSON representation
A solution for Leetcode database problem
- Host: GitHub
- URL: https://github.com/xx19941215/leetcode-database-problem
- Owner: xx19941215
- License: mit
- Created: 2019-02-23T03:19:50.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-02-23T04:45:51.000Z (almost 7 years ago)
- Last Synced: 2025-02-10T04:44:47.568Z (10 months ago)
- Topics: database, leetcode-solutions
- Size: 16.6 KB
- Stars: 22
- Watchers: 3
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Leetcode-database-problem
A solution for Leetcode database problem
|Id|Question|Level|
|--|--|--|
|598|[Big Countries](big-countries)|Easy|
|182|[Duplicate Emails](duplicate-emails)|Easy|
|672|[Swap Salary](swap-salary)|Easy|
|620|[Not Boring Movies](not-boring-movies)|Easy|
|175|[Combine Two Tables](combine-two-tables)|Easy|
|181|[Employees Earning More Than Their Managers](employees-earning-more-than-their-managers)|Easy|
|183|[Customers Who Never Order](customers-who-never-order)|Easy|
|196|[Delete Duplicate Emails](delete-duplicate-emails)|Easy|
|197|[Rising Temperature](rising-temperature)|Easy|
|596|[Classes More Than 5 Students](classes-more-than-5-students)|Easy|
|176|[Second Highest Salary](second-highest-salary)|Easy|
|626|[Exchange Seats](exchange-seats)|Medium|
|178|[Rank Scores](rank-scores)|Medium|
|180|[Consecutive Numbers](consecutive-numbers)|Medium|
|177|[Nth Highest Salary](nth-highest-salary)|Medium|
|184|[Department Highest Salary](department-highest-salary)|Medium|
|601|[Human Traffic of Stadium](human-traffic-of-stadium)|Hard|
|262|[Trips and Users](trips-and-users)|Hard|
|185|[Department Top Three Salaries](department-top-three-salaries)|Hard|