Skip to content

techakash32/my-sql-progress

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🗄️ SQL-PROGRESS

Structured SQL practice repository covering fundamentals to advanced database concepts.

This repository documents my SQL learning journey — from core queries to advanced database concepts used in real-world data and AI/ML engineering roles.

📌 About This Repository

This repo includes:

SQL fundamentals

Query optimization

Joins & subqueries

Aggregations & grouping

PL/SQL concepts

Triggers & procedures

Interview-focused SQL problems

The goal is to build strong database skills required for Data Analyst, Backend, and AI/ML Engineer roles.

🧠 Topics Covered 🔹 1. SQL Fundamentals

SELECT statements

WHERE conditions

ORDER BY

DISTINCT

LIMIT

🔹 2. Filtering & Conditions

AND / OR / NOT

BETWEEN

IN

LIKE

IS NULL

🔹 3. Aggregation Functions

COUNT()

SUM()

AVG()

MIN()

MAX()

GROUP BY

HAVING

🔹 4. Joins

INNER JOIN

LEFT JOIN

RIGHT JOIN

FULL JOIN

SELF JOIN

🔹 5. Subqueries

Nested queries

Correlated subqueries

🔹 6. Advanced SQL

Views

Indexes

Constraints

Transactions

Normalization basics

🔹 7. PL/SQL

Procedures

Functions

Triggers

Cursors

Exception Handling

🛠 Tools Used

Oracle SQL / PL-SQL

PostgreSQL

MySQL

VS Code

CC Labs (Virtual Lab Environment)

📂 Repository Structure SQL-PROGRESS/ │ ├── fundamentals/ ├── joins/ ├── aggregations/ ├── subqueries/ ├── plsql/ ├── interview_questions/ └── README.md

About

A complete collection of MySQL notes created during my learning journey. Covers all important topics from beginner to intermediate level. Includes definitions, syntax, examples, and shortcuts for quick revision. Organized for easy understanding and fast learning.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages