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

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

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|