Skip to content

Commit dcbfc87

Browse files
committed
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

+8
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)