Skip to content

Commit ffdab60

Browse files
authored
Update README.md
1 parent 588e24d commit ffdab60

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

README.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -32,15 +32,15 @@ Solutions for all free SQL challenges on Leetcode executed on MySQL and MS SQL S
3232
| 23 | [1527. Patients With a Condition](https://leetcode.com/problems/patients-with-a-condition/) | [Link](https://github.com/qanhnn12/SQL-Leetcode-Challenge-Solutions/blob/main/Easy/1527.Patients-With-a-Condition.sql) |
3333
| 24 | [1581. Customer Who Visited but Did Not Make Any Transactions](https://leetcode.com/problems/customer-who-visited-but-did-not-make-any-transactions/) | [Link](https://github.com/qanhnn12/SQL-Leetcode-Challenge-Solutions/blob/main/Easy/1581.Customer-Who-Visited-but-Did-Not-Make-Any-Transactions.sql) |
3434
| 25 | [1587. Bank Account Summary II](https://leetcode.com/problems/bank-account-summary-ii/) | [Link](https://github.com/qanhnn12/SQL-Leetcode-Challenge-Solutions/blob/main/Easy/1587.Bank-Account-Summary-II.sql) |
35-
| 26 | [Fix Names in a Table](https://leetcode.com/problems/fix-names-in-a-table/) | [Link] |
36-
| 27 | [Daily Leads and Partners](https://leetcode.com/problems/daily-leads-and-partners/) | [Link] |
37-
| 28 | [Find Followers Count](https://leetcode.com/problems/find-followers-count/) | [Link] |
38-
| 29 | [Find Total Time Spent by Each Employee](https://leetcode.com/problems/find-total-time-spent-by-each-employee/) | [Link] |
39-
| 30 | [Recyclable and Low Fat Products](https://leetcode.com/problems/recyclable-and-low-fat-products/) | [Link] |
40-
| 31 | [Rearrange Products Table](https://leetcode.com/problems/rearrange-products-table/) | [Link] |
41-
| 32 | [Calculate Special Bonus](https://leetcode.com/problems/calculate-special-bonus/) | [Link] |
42-
| 33 | [The Latest Login in 2020](https://leetcode.com/problems/the-latest-login-in-2020/) | [Link] |
43-
| 34 | [Employees With Missing Information](https://leetcode.com/problems/employees-with-missing-information/) | [Link] |
35+
| 26 | [1667. Fix Names in a Table](https://leetcode.com/problems/fix-names-in-a-table/) | [Link](https://github.com/qanhnn12/SQL-Leetcode-Challenge-Solutions/blob/main/Easy/1667.Fix-Names-in-a-Table.sql) |
36+
| 27 | [1693. Daily Leads and Partners](https://leetcode.com/problems/daily-leads-and-partners/) | [Link](https://github.com/qanhnn12/SQL-Leetcode-Challenge-Solutions/blob/main/Easy/1693.Daily-Leads-and-Partners.sql) |
37+
| 28 | [1729. Find Followers Count](https://leetcode.com/problems/find-followers-count/) | [Link](https://github.com/qanhnn12/SQL-Leetcode-Challenge-Solutions/blob/main/Easy/1729.Find-Followers-Count.sql) |
38+
| 29 | [1741. Find Total Time Spent by Each Employee](https://leetcode.com/problems/find-total-time-spent-by-each-employee/) | [Link](https://github.com/qanhnn12/SQL-Leetcode-Challenge-Solutions/blob/main/Easy/1741.Find-Total-Time-Spent-by-Each-Employee.sql) |
39+
| 30 | [1757. Recyclable and Low Fat Products](https://leetcode.com/problems/recyclable-and-low-fat-products/) | [Link](https://github.com/qanhnn12/SQL-Leetcode-Challenge-Solutions/blob/main/Easy/1757.Recyclable-and-Low-Fat-Products.sql) |
40+
| 31 | [1795. Rearrange Products Table](https://leetcode.com/problems/rearrange-products-table/) | [Link](https://github.com/qanhnn12/SQL-Leetcode-Challenge-Solutions/blob/main/Easy/1795.Rearrange-Products-Table.sql) |
41+
| 32 | [1873. Calculate Special Bonus](https://leetcode.com/problems/calculate-special-bonus/) | [Link](https://github.com/qanhnn12/SQL-Leetcode-Challenge-Solutions/blob/main/Easy/1873.Calculate-Special-Bonus.sql) |
42+
| 33 | [1890. The Latest Login in 2020](https://leetcode.com/problems/the-latest-login-in-2020/) | [Link](https://github.com/qanhnn12/SQL-Leetcode-Challenge-Solutions/blob/main/Easy/1890.The-Latest-Login-in-2020.sql) |
43+
| 34 | [1965. Employees With Missing Information](https://leetcode.com/problems/employees-with-missing-information/) | [Link](https://github.com/qanhnn12/SQL-Leetcode-Challenge-Solutions/blob/main/Easy/1965.Employees-With-Missing-Information.sql) |
4444

4545
### Medium
4646
| Number| Challenges | Solutions|

0 commit comments

Comments
 (0)