MIS602 - Assessment 3 - Database Case Study Report - Final
MIS602 - Assessment 3 - Database Case Study Report - Final
MIS602 - Assessment 3 - Database Case Study Report - Final
Subject Code and Title MIS602 Data Modelling and Database Design
Individual/Group Group
Length N/A
Weighting 35%
Task Summary
This final assessment requires you to produce a robust and a flexible database that is able to accurately store
information about the business mentioned in the case study. You also need to develop the queries and
reports to provide data insights which in turn drive business decisions. Your submission should include:
a) Appropriate modelling plus any business rules or assumptions
b) SQL commands to
• physically implement your logical model
• populate the database
• retrieve meaningful information
c) Visualizations that can be presented at a board meeting
Context
This assignment brings together all the learning gained over the duration of this subject. The skills and
knowledge you’ve gained in this subject forms a vital part of your ability to traverse the major disciplines in the
data and database fields. You will be able to interact with analysts, developers, database administrators and
managers using a common language which is vital if an organization is to function effectively. These skills are
the groundwork for further career progression in data analysis and information management.
Task Instructions
2. Case Study
Please read the attached MIS602_Assessment 3_Case Study.
5. The database case study report should include the following elements:
a) ER diagram, relational model and associated business rules and assumptions
b) SQL commands to:
• Create tables
• Insert sample data rows into each table
• SQL queries to provide business insights
At least one of each of the following is required:
o SELECT query with a condition
o GROUP BY query
o JOIN query
o NESTED query
For each query explain its business value i.e. What business question does the result answer?
E.g. How many staff have more than one laptop? How will the business use the output of this
query? E.g. The company can save money by ensuring staff have only one laptop each
Referencing
It is essential that you use appropriate APA style for citing and referencing research. Please see more
information on referencing here http://library.laureate.net.au/research_skills/referencing
Submission Instructions
Submit Assessment 3 via the Assessment link in the main navigation menu in MIS602 Data Modelling and
Database Design. The Learning Facilitator will provide feedback via the Grade Centre in the LMS portal.
Feedback can be viewed in My Grades.
ER diagram Limited entities and Most entities identified and All entities identified and All relationships Primary keys labelled for
Relational model relationships identified. labelled. Most relationships labelled. All relationships meaningfully labelled. many-to-many
Associated business rules and Limited entities identified. identified. Most Primary key labelled for relationships
assumptions converted to tables. No Identified Entities converted cardinality is correct. entities. Some non-key fields
list of assumptions/ to tables. Most participation is All cardinality is correct. labelled. Any multi-
business rules. Most fields listed. correct. All participation is valued attributes
30% Design is in third normal All entities converted to correct. All many-to- deconstructed into new
form. List of tables. All fields listed. many relationships tables. Any self-joins
assumptions/business rules. Most many-to-many deconstructed into new identified.
relationships tables. Foreign keys Well-presented ER
deconstructed into new correctly underlined. diagram, relational
tables. Primary keys model, associated
correctly underlined. business rules and
assumptions.
SQL commands Limited number of Create table DDL SQL Queries exhibit extra Additional queries Additional queries
queries provided and provided. Data insert DML detail e.g. column provided. Queries provided.
45% queries do not meet the SQL provided. headers concatenation exhibit extra detail e.g. All SQL is well formatted.
criteria. Business Minimum number of sorting. advanced filtering Overall, well presented.
statements value not queries provided and calculations join with
provided. queries meets the criteria. more than two tables.
Business statements value
provided.
Visualisation with an explanation Minimum visualisations Minimum visualizations Axes well labelled. Additional visualization Additional visualization
provided with no provided. Business value Legends well labelled. provided. Additional provided. Overall, well
25% business value statements provided One visualization is an features utilized presented visualisation
statements. aggregation. e.g. calculations with an explanation.