Skip to content

harishahamed26/DataLumer_SQL_Queries

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DataLemur SQL Solutions

Welcome to the repository containing solutions for all DataLemur SQL questions categorized by difficulty: Easy, Medium, and Hard.

Table of Contents

Introduction

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.

Repository Structure

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.

Usage

  1. Clone the repository to your local machine:

    git clone https://github.com/yourusername/DataLemur-SQL-Solutions.git
  2. Navigate to the appropriate directory based on the difficulty level of the question you are working on:

    cd DataLemur-SQL-Solutions/Easy
  3. Open the desired .sql file to view the solution:

    cat question1.sql
  4. You can also open and edit the .sql files using any SQL editor or IDE of your choice.

Contributing

Contributions are welcome! If you have a better solution or additional questions to add, please follow these steps:

  1. Fork the repository.
  2. Create a new branch (git checkout -b feature-branch).
  3. Make and commit your changes (git commit -m 'Add some feature').
  4. Push to the branch (git push origin feature-branch).
  5. Open a pull request.

Please ensure your contributions adhere to the repository's coding standards and guidelines.

License

This project is licensed under the MIT License - see the LICENSE file for details.

Contact

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.

About

Repository containing solutions for all DataLemur SQL questions (Easy, Medium, Hard)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors