This repository contains my SQL practice journey where I solve different SQL problems and improve my database query skills through consistent practice.
- SELECT Statements
- WHERE Clause
- ORDER BY
- GROUP BY
- HAVING
- JOINS
- INNER JOIN
- LEFT JOIN
- RIGHT JOIN
- Subqueries
- Aggregate Functions
- String Functions
- Date Functions
- Window Functions
- Common Table Expressions (CTE)
- Views
- SQL Problem Solving
- SQL
- MySQL
- DBMS
- MySQL Workbench
sql-unbelievable-practice/
│
├── basic_queries/
├── joins/
├── aggregate_functions/
├── subqueries/
├── window_functions/
├── practice_problems/
└── README.md- Improve SQL query writing skills
- Strengthen database concepts
- Practice real-world SQL problems
- Prepare for interviews and placements
- Build consistency through daily practice
I regularly solve SQL problems and upload my solutions to track my progress and improve my problem-solving ability.
Praveen