Welcome to the Analytics SQL repository a curated collection of SQL scripts designed to address common business intelligence and analytics use cases across marketing, finance, operations, and product domains.
This repository is structured for clarity, reusability, and cross-functional collaboration in data analytics projects. Each subfolder contains modular and task-specific queries that can be used in reporting, dashboards, data pipelines, or ad hoc analysis.
analytics-sql/
.
│
├── datasets/
├── docs/
├── scripts/
│ ├── finance/
│ │ └── ...
│ │
│ ├── marketing/
│ │ └── ...
│ │
│ ├── operations/
│ │ └── ...
│ │
│ ├── product/
│ │ └── ...
│ │
│ └── utils/
│ └── ...
│
├── LICENSE
└── README.md
- Build dashboards and KPI scorecards using BI tools like Power BI, Tableau, or Looker.
- Develop automated reports for finance and marketing teams.
- Run ad hoc analyses to support product or operations strategy.
- Support experimentation, forecasting, and segmentation pipelines.