Skip to content

Latest commit

Β 

History

History
25 lines (20 loc) Β· 615 Bytes

File metadata and controls

25 lines (20 loc) Β· 615 Bytes

SQL Project

πŸ“Œ Project Overview

This project contains 20 SQL queries(Basic and Advanced) written using PostgreSQL in pgAdmin. The queries focus on data retrieval, filtering, aggregation, joins, subqueries, and real-world problem solving.

πŸ›  Tools Used

  • PostgreSQL
  • pgAdmin 4

πŸ“‚ Files Included

  • queries.sql β†’ All SQL queries
  • schema.sql β†’ Database schema

🧠 Concepts Covered

  • SELECT, WHERE, ORDER BY
  • GROUP BY, HAVING
  • JOINS
  • Subqueries
  • Aggregate functions
  • Conditional functions

πŸš€ Purpose

To strengthen SQL skills and build a strong portfolio for Data Analyst roles.