This repository contains my solutions to various HackerRank challenges.
- SQL (Using MySQL)
- Basic Select: Simple SELECT queries
- Advanced Select: Complex queries involving GROUP BY, HAVING, etc.
- Basic Join: SQL JOIN operations
- Alternative Queries: Creative solutions utilizing advanced MySQL techniques such as stored procedures, recursive Common Table Expressions (CTEs), and built-in functions.
Ensure you have the appropriate tools installed for each language:
- SQL: MySQL 8.0+ or any SQL client.
Clone the repository to your local machine:
git clone https://github.com/ethsmaa/hackerrank-solutions.git
This README can be easily expanded as the repository grows, accommodating solutions in additional languages or new categories