A beginner-friendly SQL project to analyze monthly spending habits and financial health.
- Automated Categorization: Linked transactions to categories using Foreign Keys.
- Monthly Burn Rate: Aggregated spending totals to track monthly outflows.
- Savings Analysis: Calculated net savings percentage using conditional logic.
Visualizing category allocation from the SQL category_breakdown results.
Generated via MySQL Workbench to show table relationships.
- Run
data.sqlto build the tables. - Run
schema.sqlto populate dummy data. - Execute the analysis files to see financial insights.