Skip to content

Latest commit

 

History

History
45 lines (21 loc) · 867 Bytes

File metadata and controls

45 lines (21 loc) · 867 Bytes

SQL-Query-Samples-Orders-Products-SoftwarePerformance-Metrics

This space includes sample SQL queries that have been adjusted and anonymized from the originals to maintain privacy. Included are queries on orders, products, software performance, order statuses, bank accounts, financial institutions, workflow fallout points, client reports, and more! It is a small snapshot of my work in SQL, but I chose these to share based on their simplicity and readability.

Included concepts:

-Aggregation

-Union

-Subqueries

-Case When, SUM(CASE WHEN...)

-DateDiff

-Creating new columns

-JOIN Types

-Row numbers/ranking based on value

-Max/Min/Average

-Over/Partition By

Familiar concepts:

-Data Modeling

-Parsing JSONs & XML

-Lead/Lag

-Creating views

-Engineering tables

-Update/Insert/Delete scripts

-Importing backpack file to create database