This project showcases my ability to extract business insights from a relational database using SQL Server. The data comes from the classic Northwind sample database, which simulates a small retail ...
-- Purpose: Demonstrates common SQL Functions (Scalar, Aggregate, and Window) -- using the Northwind database tables: Orders, "Order Details", and Products. -- Database: Northwind (Standard Schema ...