We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8518b4e commit dcbfc87Copy full SHA for dcbfc87
README.md
@@ -96,3 +96,11 @@ LeetCode
96
| 224 | [Basic Calculator](https://leetcode.com/problems/basic-calculator/) | [Java](./Hard/BasicCalculator.java) | Hard
97
98
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
AltStyle によって変換されたページ (->オリジナル) / アドレス: モード: デフォルト 音声ブラウザ ルビ付き 配色反転 文字拡大 モバイル
0 commit comments