SQL-Server-Learning │ ├── README.md │ ├── 01_Basics │ ├── 01_SELECT.sql │ ├── 02_ORDER_BY.sql │ ├── 03_OFFSET_FETCH.sql │ ├── 04_SELECT_TOP.sql │ ├── 05_DISTINCT.sql │ ├── 06_WHERE.sql │ ├── 07_AND_OR ...
SQL project analyzing a customer-agent-order management schema — includes schema design, joins, aggregations, subqueries, and views to answer business questions around sales, outstanding payments, and ...