Skip to content

Vladi756/Health_Club_Database

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 

Repository files navigation

LSBU_Health_Club_Database

A database modeled, implemented, and queried as part of a coursework for my Big Data & Database Systems modules at university. Mock data was inserted which was thoroughly analyzed and visualized.

Modelling

The initial ER model was based on a document outlining user requirements. It was done in Visual Paradigm:

image

It is a comprehensive model normalized to the 3rd normal form.

Implementation

The tables were created using SQL in Microsofts SQL Server. The detailed SQL create statements and queries can be seen in the uploaded files. Here is a sample:

image

Querying

The database was queried using queries, triggers and stored procedures. Here is a sample of a query which returns the personal trainers available for bookings this week:

image

Visualization

The SQL server was connected to Tableau and a comprehensive dasbhoard was created based off the data inserted into the database:

image

The dashboard tells a story of the business and helps management make data driven decisions.

About

A database created for the LSBU Health Club.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages