CS614 Data Warehousing for Portable Devices Assignment No. 1 Solution Spring 2017
Question 1: [10 Marks]
Consider the below mentioned ER diagram containing 5 entities (Student, Course, Instructor, Department, and Degree).
Each entity has at least the following attributes:
Student: Student ID, Name, Gender, DOB, Address
Course : Course ID, Course Name, Specialization, Degree program
Instructor: Instructor ID, Instructor Name, Course ID, Course Name, Department Name, Degree program
Department: Department Name, Department Head, Degree program
Degree: Degree Program, Department Name, Campus
There will be total 5 tables (Student, Course, Instructor, Department and Degree) for this ERD.
You are required to draw these 5 tables, fill them with your own particulars (details), and then De-normalize these tables into a single table using the De-normalization techniques you have studied so far.