This project demonstrates advanced SQL techniques by analyzing a relational baseball database containing player, team, salary, and school information. The objective was to answer a variety of ...
A relational database was designed with multiple tables and analyzed using SQL concepts such as JOINs, Aggregate Functions, Common Table Expressions (CTEs), Window Functions, Subqueries, Stored ...