Skip to content

Commit a1ab659

Browse files
authored
Update README.md
1 parent df26a39 commit a1ab659

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

README.md

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -19,20 +19,20 @@ Solutions for all free SQL challenges on Leetcode executed on MySQL and MS SQL S
1919
| 11 | [196. Delete Duplicate Emails](https://leetcode.com/problems/delete-duplicate-emails/)| [Link](https://github.com/qanhnn12/SQL-Leetcode-Challenge-Solutions/blob/main/Easy/196.Delete-Duplicate-Emails.sql) |
2020
| 12 | [197. Rising Temperature](https://leetcode.com/problems/rising-temperature/) | [Link](https://github.com/qanhnn12/SQL-Leetcode-Challenge-Solutions/blob/main/Easy/197.Rising-Temperature.sql) |
2121
| 13 | [262. Trips and Users](https://leetcode.com/problems/trips-and-users/) | [Link](https://github.com/qanhnn12/SQL-Leetcode-Challenge-Solutions/blob/main/Hard/262.Trips-and-Users.sql) |
22-
| 14 | [584. Find Customer Referee](https://leetcode.com/problems/find-customer-referee/) | [Link](https://github.com/qanhnn12/SQL-Leetcode-Challenge-Solutions/blob/main/Easy/584.Find-Customer-Referee.sql) |
23-
| 15 | [586. Customer Placing the Largest Number of Orders](https://leetcode.com/problems/customer-placing-the-largest-number-of-orders/) | [Link](https://github.com/qanhnn12/SQL-Leetcode-Challenge-Solutions/blob/main/Easy/586.Customer-Placing-the-Largest-Number-of-Orders.sql) |
24-
| 16 | [595. Big Countries](https://leetcode.com/problems/big-countries/) | [Link](https://github.com/qanhnn12/SQL-Leetcode-Challenge-Solutions/blob/main/Easy/595.Big-Countries.sql) |
25-
| 17 | [596. Classes More Than 5 Students](https://leetcode.com/problems/classes-more-than-5-students/) | [Link](https://github.com/qanhnn12/SQL-Leetcode-Challenge-Solutions/blob/main/Easy/596.Classes-More-Than-5-Students.sql) |
26-
| 18 | [601. Human Traffic of Stadium](https://leetcode.com/problems/human-traffic-of-stadium/) | [Link](https://github.com/qanhnn12/SQL-Leetcode-Challenge-Solutions/blob/main/Human-Traffic-of-Stadium.sql](https://github.com/qanhnn12/SQL-Leetcode-Challenge-Solutions/blob/main/Hard/601.Human-Traffic-of-Stadium.sql) |
27-
| 19 | [607. Sales Person](https://leetcode.com/problems/sales-person/) | [Link](https://github.com/qanhnn12/SQL-Leetcode-Challenge-Solutions/blob/main/Easy/607.Sales-Person.sql) |
28-
| 20 | [608. Tree Node](https://leetcode.com/problems/tree-node/) | [Link](https://github.com/qanhnn12/SQL-Leetcode-Challenge-Solutions/blob/main/Medium/608.Tree-Node.sql) |
29-
| 21 | [620. Not Boring Movies](https://leetcode.com/problems/not-boring-movies/) | [Link](https://github.com/qanhnn12/SQL-Leetcode-Challenge-Solutions/blob/main/Not-Boring-Movies.sql) |
30-
| 22 | [626. Exchange Seats](https://leetcode.com/problems/exchange-seats/) | [Link](https://github.com/qanhnn12/SQL-Leetcode-Challenge-Solutions/blob/main/Medium/626.Exchanges-Seats.sql) |
31-
| 23 | [627. Swap Salary](https://leetcode.com/problems/swap-salary/) | [Link](https://github.com/qanhnn12/SQL-Leetcode-Challenge-Solutions/blob/main/Easy/627.Swap-Salary.sql) |
32-
| 24 | [1050. Actors and Directors Who Cooperated At Least Three Times](https://leetcode.com/problems/actors-and-directors-who-cooperated-at-least-three-times/) | [Link](https://github.com/qanhnn12/SQL-Leetcode-Challenge-Solutions/blob/main/Easy/1050.Actors-and-Directors-Who-Cooperated-At-Least-Three-Times.sql)|
33-
| 25 | [1084. Sales Analysis III](https://leetcode.com/problems/sales-analysis-iii/) | [Link](https://github.com/qanhnn12/SQL-Leetcode-Challenge-Solutions/blob/main/Easy/1084.Sales-Analysis-III.sql) |
34-
| 26 | [511. Game Play Analysis I](https://leetcode.com/problems/game-play-analysis-i/) | [Link](https://github.com/qanhnn12/SQL-Leetcode-Challenge-Solutions/blob/main/Easy/511.%20Game-Play-Analysis-I.sql) |
35-
| 27 | [1141. User Activity for the Past 30 Days I](https://leetcode.com/problems/user-activity-for-the-past-30-days-i/) | [Link](https://github.com/qanhnn12/SQL-Leetcode-Challenge-Solutions/blob/main/User-Activity-for-the-Past-30-Days-I.sql) |
22+
| 14 | [511. Game Play Analysis I](https://leetcode.com/problems/game-play-analysis-i/) | [Link](https://github.com/qanhnn12/SQL-Leetcode-Challenge-Solutions/blob/main/Easy/511.%20Game-Play-Analysis-I.sql) |
23+
| 15 | [584. Find Customer Referee](https://leetcode.com/problems/find-customer-referee/) | [Link](https://github.com/qanhnn12/SQL-Leetcode-Challenge-Solutions/blob/main/Easy/584.Find-Customer-Referee.sql) |
24+
| 16 | [586. Customer Placing the Largest Number of Orders](https://leetcode.com/problems/customer-placing-the-largest-number-of-orders/) | [Link](https://github.com/qanhnn12/SQL-Leetcode-Challenge-Solutions/blob/main/Easy/586.Customer-Placing-the-Largest-Number-of-Orders.sql) |
25+
| 17 | [595. Big Countries](https://leetcode.com/problems/big-countries/) | [Link](https://github.com/qanhnn12/SQL-Leetcode-Challenge-Solutions/blob/main/Easy/595.Big-Countries.sql) |
26+
| 18 | [596. Classes More Than 5 Students](https://leetcode.com/problems/classes-more-than-5-students/) | [Link](https://github.com/qanhnn12/SQL-Leetcode-Challenge-Solutions/blob/main/Easy/596.Classes-More-Than-5-Students.sql) |
27+
| 19 | [601. Human Traffic of Stadium](https://leetcode.com/problems/human-traffic-of-stadium/) | [Link](https://github.com/qanhnn12/SQL-Leetcode-Challenge-Solutions/blob/main/Hard/601.Human-Traffic-of-Stadium.sql) |
28+
| 20 | [607. Sales Person](https://leetcode.com/problems/sales-person/) | [Link](https://github.com/qanhnn12/SQL-Leetcode-Challenge-Solutions/blob/main/Easy/607.Sales-Person.sql) |
29+
| 21 | [608. Tree Node](https://leetcode.com/problems/tree-node/) | [Link](https://github.com/qanhnn12/SQL-Leetcode-Challenge-Solutions/blob/main/Medium/608.Tree-Node.sql) |
30+
| 22 | [620. Not Boring Movies](https://leetcode.com/problems/not-boring-movies/) | [Link](https://github.com/qanhnn12/SQL-Leetcode-Challenge-Solutions/blob/main/Easy/620.Not-Boring-Movies.sql) |
31+
| 23 | [626. Exchange Seats](https://leetcode.com/problems/exchange-seats/) | [Link](https://github.com/qanhnn12/SQL-Leetcode-Challenge-Solutions/blob/main/Medium/626.Exchanges-Seats.sql) |
32+
| 24 | [627. Swap Salary](https://leetcode.com/problems/swap-salary/) | [Link](https://github.com/qanhnn12/SQL-Leetcode-Challenge-Solutions/blob/main/Easy/627.Swap-Salary.sql) |
33+
| 25 | [1050. Actors and Directors Who Cooperated At Least Three Times](https://leetcode.com/problems/actors-and-directors-who-cooperated-at-least-three-times/) | [Link](https://github.com/qanhnn12/SQL-Leetcode-Challenge-Solutions/blob/main/Easy/1050.Actors-and-Directors-Who-Cooperated-At-Least-Three-Times.sql)|
34+
| 26 | [1084. Sales Analysis III](https://leetcode.com/problems/sales-analysis-iii/) | [Link](https://github.com/qanhnn12/SQL-Leetcode-Challenge-Solutions/blob/main/Easy/1084.Sales-Analysis-III.sql) |
35+
| 27 | [1141. User Activity for the Past 30 Days I](https://leetcode.com/problems/user-activity-for-the-past-30-days-i/) | [Link](https://github.com/qanhnn12/SQL-Leetcode-Challenge-Solutions/blob/main/Easy/1141.User-Activity-for-the-Past-30-Days-I.sql) |
3636
| 28 | [1148. Article Views I](https://leetcode.com/problems/article-views-i/) | [Link]([https://github.com/qanhnn12/SQL-Leetcode-Challenge-Solutions/blob/main/Article-Views-I.sql](https://github.com/qanhnn12/SQL-Leetcode-Challenge-Solutions/blob/main/Easy/1148.Article-Views-I.sql)) |
3737
| 29 | [1158. Market Analysis I](https://leetcode.com/problems/market-analysis-i/) | [Link](https://github.com/qanhnn12/SQL-Leetcode-Challenge-Solutions/blob/main/Medium/1158.Market-Analysis-I.sql) |
3838
| 30 | [1179. Reformat Department Table](https://leetcode.com/problems/reformat-department-table/) | [Link](https://github.com/qanhnn12/SQL-Leetcode-Challenge-Solutions/blob/main/Easy/1179.Reformat-Department-Table.sql) |

0 commit comments

Comments
 (0)