Merge branch 'master' of github.com:kanmaytacker/fundamentals

This commit is contained in:
Tanmay 2023-01-22 11:02:08 +00:00
commit 0d41160299

View File

@ -321,7 +321,7 @@ HAVING AVG(iq) >= 100;
## Problems ## Problems
1. [Simple - I](https://leetcode.com/problems/big-countries/) 1. [Simple - I](https://leetcode.com/problems/big-countries/)
2. [Simple - II](https://leetcode.com/problems/find-customer-referee//) 2. [Simple - II](https://leetcode.com/problems/find-customer-referee/)
3. [Joins - I](https://leetcode.com/problems/employees-earning-more-than-their-managers/) 3. [Joins - I](https://leetcode.com/problems/employees-earning-more-than-their-managers/)
4. [Joins - II](https://leetcode.com/problems/combine-two-tables/) 4. [Joins - II](https://leetcode.com/problems/combine-two-tables/)
5. [Join - III](https://leetcode.com/problems/delete-duplicate-emails/) 5. [Join - III](https://leetcode.com/problems/delete-duplicate-emails/)