Skip to content

Commit 219e43b

Browse files
authored
Update README.md
1 parent fc18e42 commit 219e43b

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

README.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,28 @@
44
[![GitHub](https://badgen.net/badge/icon/GitHub?icon=github&color=black&label)](https://github.com/MaxineXiong)
55
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
66
[![MySQL](https://img.shields.io/badge/MySQL-4479A1?logo=MySQL&logoColor=white)](https://www.mysql.com/)
7+
8+
<br/>
9+
10+
This repository features my solutions to the following [LeetCode Database Problems](https://leetcode.com/problemset/database/) that I consider challenging:
11+
- [603](https://leetcode.com/problems/consecutive-available-seats/)
12+
- [1098](https://leetcode.com/problems/unpopular-books/)
13+
- [1164](https://leetcode.com/problems/product-price-at-a-given-date/)
14+
- [1270](https://leetcode.com/problems/all-people-report-to-the-given-manager/)
15+
- [1321](https://leetcode.com/problems/restaurant-growth/)
16+
- [1384](https://leetcode.com/problems/total-sales-amount-by-year/)
17+
- [1393](https://leetcode.com/problems/capital-gainloss/)
18+
- [1484](https://leetcode.com/problems/group-sold-products-by-the-date/)
19+
- [1517](https://leetcode.com/problems/find-users-with-valid-e-mails/)
20+
21+
Each solution is organized in separate folders, named according to the LeetCode problem number. They are aimed at showcasing my expertise in SQL querying, database manipulation, and problem-solving skills.
22+
23+
## Usage
24+
25+
This repository is intended to be used as a reference for SQL learners or as a comparison for those who want to validate their own solutions. Feel free to explore the files and examine the queries to deepen your understanding of SQL concepts.
26+
27+
If you're using these solutions as a learning resource, it's recommended to attempt the exercises on **LeetCode** first before referring to the solutions. Understanding the problem-solving process and developing your own solutions is crucial for gaining proficiency in SQL.
28+
29+
## License
30+
31+
This project is licensed under the [MIT License](https://choosealicense.com/licenses/mit/). Feel free to use, modify, and distribute the code in this repository.

0 commit comments

Comments
 (0)