This repository is my personal practice space for learning PostgreSQL โ from creating tables and relationships to writing queries using JOIN, GROUP BY, MAX, and more.
- ๐งฑ Creating tables and defining data types
- ๐ Setting up relationships with
FOREIGN KEY - ๐งฎ Using aggregate functions like
MAX,COUNT, andSUM - ๐ค Joining multiple tables (
INNER JOIN,LEFT JOIN, etc.) - ๐ Working with dates and numerical data
- ๐ง Writing queries to extract meaningful insights