File tree 1 file changed +8
-0
lines changed
1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -96,3 +96,11 @@ LeetCode
96
96
| 224 | [ Basic Calculator] ( https://leetcode.com/problems/basic-calculator/ ) | [ Java] ( ./Hard/BasicCalculator.java ) | Hard
97
97
98
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
You can’t perform that action at this time.
0 commit comments