https://github.com/arya2004/sql
https://github.com/arya2004/sql
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/arya2004/sql
- Owner: arya2004
- Created: 2024-08-21T11:42:06.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2025-03-15T15:17:12.000Z (about 1 year ago)
- Last Synced: 2025-03-15T16:25:57.120Z (about 1 year ago)
- Language: Shell
- Size: 25.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# SQL Solutions Repository
Welcome to the SQL Solutions Repository! This repository contains a collection of SQL problem solutions from various competitive programming platforms, including HackerRank, LeetCode, Codeforces, and others. The solutions are categorized by platform, difficulty, and problem name for easy navigation.
## Table of Contents
- [Platforms](#platforms)
- [HackerRank](#hackerrank)
- [LeetCode](#leetcode)
- [Other Platforms](#other-platforms)
- [How to Use](#how-to-use)
- [Contributing](#contributing)
- [Resources](#resources)
- [License](#license)
## How to Use
1. **Navigation**: Navigate through the directories to find the platform and difficulty level you're interested in.
2. **View Solutions**: Open the `.sql` file corresponding to the problem name to view the solution.
3. **Run Queries**: You can copy the SQL code into your preferred SQL environment (MySQL, PostgreSQL, etc.) and run the queries directly.
4. **Problem Statements**: For problem statements and detailed explanations, refer to the respective platform's website or the links provided in the platform-specific README files.
## Contributing
Contributions are welcome! If you have additional solutions, improvements to existing solutions, or any other enhancements:
1. Fork the repository.
2. Create a new branch for your feature/bug fix.
3. Commit your changes.
4. Submit a pull request with a brief description of your changes.
Please ensure that your solutions are properly formatted, and include comments where necessary for clarity.
## License
This repository is licensed under the MIT License. See the [LICENSE](LICENSE) file for more information.