https://github.com/gaaniruddha/fit5195-a1
This repository contains assignment #1 that was completed as a part of "FIT5195 Business Intelligence and Data Warehousing", taught at Monash Uni in S1 2020.
https://github.com/gaaniruddha/fit5195-a1
data-warehousing sql star-schema
Last synced: 8 months ago
JSON representation
This repository contains assignment #1 that was completed as a part of "FIT5195 Business Intelligence and Data Warehousing", taught at Monash Uni in S1 2020.
- Host: GitHub
- URL: https://github.com/gaaniruddha/fit5195-a1
- Owner: gaaniruddha
- Created: 2022-04-05T16:17:16.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-12-29T10:08:02.000Z (10 months ago)
- Last Synced: 2025-01-09T16:39:27.479Z (10 months ago)
- Topics: data-warehousing, sql, star-schema
- Homepage: https://handbook.monash.edu/2020/units/FIT5195
- Size: 1020 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
**Designing a Data Warehouse:**
- FIT5195_2020S1_TakeHomeTest.pdf: Assignment specifications
**Case Study 1: Government Hospital Data Warehouse**
- Case Study 1_Hospital.pdf: SQL commands along with query result and explanation for tasks 1 to 5 documented for case study 1, along with star schema diagram and two-column table methodology illustration.
- cs1_task1.sql, cs1_task4.sql, cs1_task5.sql: SQL commands to create tables, insert records, create the dimension and fact tables, as well as the contents of these tables, and the SQL commands to answer the queries.
**Case Study 2: Accident Records Data Warehouse**
- Case Study 2_Accident_Record.pdf: SQL commands along with query result and explanation for tasks 1 to 5 documented for case study 2, along with star schema diagram and two-column table methodology illustration.
- CS2_task3.sql, CS2_task4.sql, CS2_task5.sql