Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit dcbfc87

Browse files
Added SQL toc 🚀
1 parent 8518b4e commit dcbfc87

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

‎README.md‎

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,3 +96,11 @@ LeetCode
9696
| 224 | [Basic Calculator](https://leetcode.com/problems/basic-calculator/) | [Java](./Hard/BasicCalculator.java) | Hard
9797

9898

99+
### SQL
100+
| # | Title | Solution | Difficulty |
101+
|---| ----- | -------- | ---------- |
102+
| 175 | [Combine Two Tables](https://leetcode.com/problems/combine-two-tables/) | [SQL](./SQL/CombineTwoTables.sql) | Easy
103+
| 176 | [Second Highest Salary](https://leetcode.com/problems/second-highest-salary/) | [SQL](./SQL/SecondHighestSalary.sql) | Easy
104+
| 177 | [Nth Highest Salary](https://leetcode.com/problems/nth-highest-salary/) | [SQL](./SQL/NthHighestSalary.sql) | Medium
105+
| 178 | [Rank Scores](https://leetcode.com/problems/rank-scores/) | [SQL](./SQL/RankScores.sql) | Medium
106+
| 182 | [Duplicate Emails](https://leetcode.com/problems/duplicate-emails/) | [SQL](./SQL/DuplicateEmails.sql) | Easy

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /