Skip to content

chinnyx02/Financial-Statement-Analysis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Financial Statement Analysis SQL Database

Project Overview

This project contains a structured SQL database designed for storing and analyzing financial statement data for different departments within a business organization.

The dataset includes:

  • Actual financial values
  • Budgeted financial values
  • Variance analysis
  • Departmental financial records
  • Monthly financial tracking

The project demonstrates how SQL can be used for:

  • Financial reporting
  • Budget analysis
  • Variance analysis
  • Department performance tracking
  • Business intelligence preparation

Database Name

Financial_Statement_DB


Table Name

financial_statement


Technologies Used

  • SQL
  • MySQL

Dataset Structure

Column Name Data Type Description
id INT Unique identifier
month VARCHAR(10) Financial month
account VARCHAR(50) Financial account type
actual DECIMAL(12,2) Actual financial amount
budget DECIMAL(12,2) Budgeted amount
variance DECIMAL(12,2) Difference between actual and budget
department VARCHAR(50) Department name

Features

  • Create financial database
  • Insert monthly financial data
  • Analyze departmental performance
  • Compare budget vs actual values
  • Identify negative variances
  • Generate monthly summaries

SQL Operations Included

  • CREATE DATABASE
  • CREATE TABLE
  • INSERT INTO
  • SELECT Queries
  • GROUP BY Analysis
  • Financial Aggregation
  • Variance Tracking

About

This project is a SQL-based financial statement analysis system designed to track and analyze business financial data, including actual amounts, budgets, variances, and departmental performance. It demonstrates the use of SQL for financial reporting, budget analysis, and business intelligence.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors