Welcome to the repository containing solutions for all DataLemur SQL questions categorized by difficulty: Easy, Medium, and Hard.
This repository aims to provide comprehensive solutions to all SQL questions from DataLemur. The solutions are organized by difficulty: Easy, Medium, and Hard. Whether you are preparing for an interview or looking to improve your SQL skills, this repository serves as a valuable resource.
The repository is structured as follows:
├── Easy
│ ├── solution1.txt
│ ├── solution2.txt
│ └── ...
├── Medium
│ ├── solution1.txt
│ ├── solution2.txt
│ └── ...
├── Hard
│ ├── solution1.txt
│ ├── solution2.txt
│ └── ...
└── README.md
- Easy/: Contains solutions to easy SQL questions.
- Medium/: Contains solutions to medium SQL questions.
- Hard/: Contains solutions to hard SQL questions.
Each .txt file corresponds to a specific question and contains the SQL query solution.
-
Clone the repository to your local machine:
git clone https://github.com/yourusername/DataLemur-SQL-Solutions.git
-
Navigate to the appropriate directory based on the difficulty level of the question you are working on:
cd DataLemur-SQL-Solutions/Easy -
Open the desired
.sqlfile to view the solution:cat question1.sql
-
You can also open and edit the
.sqlfiles using any SQL editor or IDE of your choice.
Contributions are welcome! If you have a better solution or additional questions to add, please follow these steps:
- Fork the repository.
- Create a new branch (
git checkout -b feature-branch). - Make and commit your changes (
git commit -m 'Add some feature'). - Push to the branch (
git push origin feature-branch). - Open a pull request.
Please ensure your contributions adhere to the repository's coding standards and guidelines.
This project is licensed under the MIT License - see the LICENSE file for details.
If you have any questions or suggestions, please open an issue or contact me at [harishahamed26@gmail.com].
Happy coding!
Replace `[yourusername]` with your GitHub username and `[your email address]` with your contact email. This `README.md` provides a clear structure and instructions for users and contributors.