logo

ER Diagram, Relational Data Logical Model, Data Dictionary

Answer all questions related to advance databases in electronic form using MS Word, including ER diagram and code. Due date is Week 8.

6 Pages563 Words75 Views
   

Added on  2022-12-27

About This Document

This document provides an ER Diagram, Relational Data Logical Model, and Data Dictionary for the Advanced Databases course. It includes tasks such as creating an ER Diagram, defining the relational data model, and documenting the data dictionary.

ER Diagram, Relational Data Logical Model, Data Dictionary

Answer all questions related to advance databases in electronic form using MS Word, including ER diagram and code. Due date is Week 8.

   Added on 2022-12-27

ShareRelated Documents
BIT358
Advanc
e
Databa
ses
May 4
2019
Student ID:
Student Name:
Assessment
2 –
Semester 1
ER Diagram, Relational Data Logical Model, Data Dictionary_1
Task1: ER Diagram
(CS Odessa Corp. 2019)
(Cinergix Pty Ltd. 2011)
Assumptions
1. The course is the major of the student.
2. A student will enroll for only one course.
3. There will be number of subjects in a course.
ER Diagram, Relational Data Logical Model, Data Dictionary_2
Task2: Relational Data Logical Model
Course (courseCode, course, description)
Primary Key (courseCode)
Student (studentId, studentName, address, phone, email, fatherName, motherName, DOB,
courseCode)
Primary Key (studentId)
Foreign Key (courseCode) References Course (courseCode)
Subject (subjectCode, title, description, courseCode, lecturer, campus, room)
Primary Key (subjectCode)
Foreign Key (courseCode) References Course (courseCode)
Grade (grade, description, range)
Primary Key (grade)
Result (studentId, courseCode , semester, subjectCode, grade)
Primary Key (studentId , courseCode, semester, subjectCode)
Foreign Key (studentId) References Student (studentId)
Foreign Key (courseCode) References Course (courseCode)
Foreign Key (subjectCode) References Subject (subjectCode)
Foreign Key (grade) References Grade (grade)
(1keydata.com 2015)
Task3: Data Dictionary
ER Diagram, Relational Data Logical Model, Data Dictionary_3

End of preview

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

Related Documents
ER Diagram, Relational Data logical model, Data dictionary, Oracle SQL Code
|12
|1599
|46

BIT358: Advanced Database Assignment
|10
|1155
|310

MyPoly Airlines - Database
|14
|1586
|168