logo

Database Modelling for International Office of Victoria University

Create a database using PhPMyAdmin and WordPress for the Victoria University International Office to assist with data entry and generate reports. User manual required for novice computer users.

13 Pages1540 Words390 Views
   

Added on  2023-06-11

About This Document

This report discusses the design and the development of the International Office of Victoria University. The report presents the steps that are followed to design the database from coming up with an entity relationship diagram and then deriving entities to perform normalization. The entities achieved in 3NF are then used to create a data dictionary which is used in the implementation of the database. The database is then used to create forms and reports using wordpress.

Database Modelling for International Office of Victoria University

Create a database using PhPMyAdmin and WordPress for the Victoria University International Office to assist with data entry and generate reports. User manual required for novice computer users.

   Added on 2023-06-11

ShareRelated Documents
Student details
Database Modelling for International Office of Victoria University_1
Contents
1 Task 1 Database modelling.......................................................................................................................3
1.1 Entity relationship diagram..........................................................................................................3
1.2 Business rules..............................................................................................................................3
1.3 3NF relations................................................................................................................................3
1.4 Data Dictionary............................................................................................................................4
Bibliography................................................................................................................................................7
Appendix.....................................................................................................................................................7
Wordpress implementation...................................................................................................................10
Database Modelling for International Office of Victoria University_2
Introduction
This report discusses the design and the development of the International Office of Victoria University.
The report presents the steps that are followed to design the database from coming up with an entity
relationship diagram and then deriving entities to perform normalization. The entities achieved in 3NF
are then used to create a data dictionary which is used in the implementation of the database. The
database is then used to create forms and reports using wordpress.
Database Modelling for International Office of Victoria University_3
1 Task 1 Database modelling
1.1 Entity relationship diagram
Figure 1: ER Diagram
1.2 Business rules
A student has one or more special diets although its not a must for a student to have a special
diet.
A student is only supposed to enroll for one course
A faculty has one or more schools
A school offers one or more courses.
The lodge offers one or more facilities and services to the students
A facility or service at the lodge results to one or more jobs for the volunteering students.
A student can volunteer for a job at the lodge. Its not a must for every student to volunteer for a
job at the lodge.
Jobs in the lodge results to a roaster of the work to be done by the volunteering students
1.3 3NF relations
Students (studentNO,firstName,familyName,phoneNO,streetNO,city,state,postcode,type)
Volunteership (volunteershipID, rosterID, studentNO)
Special_diet (dietID,studentNO,details)
Course (courseID,courseName,duration,schoolID)
Database Modelling for International Office of Victoria University_4

End of preview

Want to access all the pages? Upload your documents or become a member.

Related Documents
Database Modelling: Assignment
|12
|2283
|241

Database Modelling and Implementation for Desklib
|14
|2041
|343

Database Design Process for Victoria University Accommodation Department
|15
|1568
|291

ERD, Business Rules, 3NF Relations and Data Dictionary | Desklib
|28
|4977
|359

Database Structure And Design Assignment
|15
|1031
|28

Data Management: The Queensland College database
|8
|1018
|333