Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 592 Bytes

File metadata and controls

23 lines (18 loc) · 592 Bytes

📊 SQL Practice Journey

This repository documents my structured SQL learning and practice.

I am solving problems topic-wise to build strong fundamentals and real-world problem-solving ability.

📌 Topics Covered

  • SELECT, DDL, DML, Filtering
  • Joins
  • Aggregations
  • Subqueries & CTEs
  • Window Functions

🎯 Goal

To become proficient in SQL for Data Engineering by:

  • Practicing consistently
  • Writing optimized queries
  • Understanding multiple approaches

🧠 What This Repo Shows

  • My problem-solving approach
  • SQL concepts in action
  • Continuous improvement over time