Applied Project: SBM4102 Data and Information Management

Verified

Added on  2019/09/30

|4
|1102
|234
Project
AI Summary
This assignment involves designing and implementing a database for the Australian Institute of Music (AIM). The project is divided into two parts. Part 1 requires developing an Entity-Relationship (ER) model to represent the data requirements, including entities for staff, students, courses, and instruments, along with their attributes, relationships, and cardinalities. Students must also define business rules and assumptions. Part 2 involves implementing the ER model into a relational database using Microsoft Access, ensuring it meets Third Normal Form (3NF). This includes creating tables, defining data types, setting up relationships, and enforcing referential integrity. The assignment also requires populating the database with sample data, implementing data integrity constraints (e.g., lesson duration, payment conditions, and invoice details), and creating SQL queries to retrieve specific information such as student details, upcoming lessons, and lesson counts. The final submission includes the ER model, a Microsoft Access database with tables, relationships, queries, and a report.
Document Page
SBM4102 @ Data and Information Management
Applied project
Due date: Week 13
Group/individual: Group assignment
Individual
assignmentWord
count:
2500
Learning outcomes: [ULO1], [ULO2], [ULO3], [ULO4], [ULO5], [ULO6], [ULO7]
Weighting: 60%
You must work in group (max 3 people) on this assignment.
Read the case study below please
Australian Institute of Music is a music college across the Australia. It provides wide ranges of
courses related to music. The top level management of the college has recently decided to
computerise the existing paper-based data to a database in order to keep record of all staff, students,
courses, etc. Such database will facilitate saving, restoring, and reporting whenever required and
reduced paper consumption in the college. The following describes information that is required to
save in the database.
Cost of each course is presented in the table below.
Course Cost
Singing $100
Piano $75
Vialon $120
Guitar $50
It should be noted that some courses run for half an hour while others run for an hour. The
minimum course time to teach is 30 minutes.
The college also needs to maintain information about teaching staff. For example, it is required to
record which staff teaches which instruments. For example, David teaches singing and piano.
Unit of Study Guide: SBM4102, Semester 2, 2017
Page 1
tabler-icon-diamond-filled.svg

Paraphrase This Document

Need a fresh take? Get an instant paraphrase of this document with our AI Paraphraser
Document Page
Information related to staff includes staff id, name and family, date of birth, phone number,
address, and degree. Each staff has a unique ID to ensure easy identification.
In addition, information related to students is required to maintain in this database. Students has
name, postal address, date of birth, and contact phone number. Once a student is joined to the
college, he or she can enrol in to interested instruments course. The date and time of the course(s)
should be recorded, as well as the duration.
Furthermore, it is necessary to record which staff member will be taking the course and
instrument the course is defined for. Students pay for their courses once the course is finished. It
is necessary to record the condition for the course payment and the date paid.
Another type of information which is required to store is the available instruments in the college
stock. This includes the instrument name, manufacture name, quantity or number of each
instrument in the stock. The staff may use one or more instrument for teaching purpose.
At the end of every month, the staff issues invoice statements. An invoice, which has a unique
number, is issued for those students who have one or more unpaid courses in the previous month.
An invoice, for example, contains date, student information, and total amount due.
YOU NEED TO DO THE FOLLOWINGS
Part-1 Entity-relationship data model
You are required to develop an ER model to represent the information requirements for given case
study.
Your ER model must:
show all necessary entities, attributes and relationships
show unique identifiers
show minimum and maximum cardinality.
show associative entities, if applicable
Some business rules given in the case study may not be clear to you when you read the case study.
You may simply make an assumption and then develop your ER model.
You are required to write brief definitions for the entities and attributes in your model. For each
entity and attribute in your model, write a sentence to describe the meaning of that entity or attribute.
What you need to should submit
You should submit a Microsoft Word document containing:
A copy of your entity-relationship model.
A list of business rules that are apparent from the case study.
A list of any assumptions that you made with justifications.
Unit of Study Guide: SBM4102, Semester 2, 2017
Page 2
Document Page
Part-II Relational database implementation
You must implement the entity relationship model based on Assignment 1.
The recommended tool for this assignment is Microsoft Access.
In implementing the ERD provided, you must complete the following tasks:
Map the ERD into a set of relations in at least Third Normal Form (3NF). You must ensure that
your relations meet 3NF. Show your working.
List all the functional dependencies present in the relation
Create all the relations in a Microsoft Access database. Consider each attribute in every table
and make appropriate choices regarding data types and sizes, indexes, required/not required,
and validation rules. Your choices should be appropriate for each attribute and should support
data integrity.
Create relationships as appropriate. Enforce referential integrity for all appropriate
relationships in the database.
Populate the database with sample data. You must include sufficient sample data to test your
queries and report(s). You should aim for at least 4-5 rows in every table.
Data integrity
You are required to implement integrity constraints within the database to enforce the following
requirements:
For lessons:
Lesson duration cannot be less than 30 minutes (half hour).
Cost cannot be negative (but it can be 0).
Paid must be either yes or no.
Date paid cannot be in the future.
For invoice statements:
Statement date must be supplied.
Statement date cannot be in the future.
Paid must be either yes or no, it cannot be null.
Statement total must be supplied.
Statement total must be greater than 0.
The payment date must be on or later than the statement date.
Information requests
Create queries manually using SQL view.
1. List details of students who are under 18 years of age.
2. Show details of lessons coming up in the next 7 days (if any).
3. Show a list of students and the total number of lessons they have had. Show the student ID,
family name, given name, and the number of lessons.
4. Show details of any student who has had piano lesson.
Unit of Study Guide: SBM4102, Semester 2, 2017
Page 3
Document Page
What you need to should submit
A Microsoft Access database
Tables with sample data
1. Relationships
2. Queries
3. Report.
Unit of Study Guide: SBM4102, Semester 2, 2017
Page 4
chevron_up_icon
1 out of 4
circle_padding
hide_on_mobile
zoom_out_icon
[object Object]