Question: Given the following database design (see pdf attached): CREATE a Database called 'HighlineUniversity'. Assume appropriate data types for the attributes. INSERT atleast THREE records/rows per
Given the following database design (see pdf attached):
- CREATE a Database called 'HighlineUniversity'. Assume appropriate data types for the attributes.
- INSERT atleast THREE records/rows per table. More rows are okay if it helps to capture foreign key relationships better.
- Execute ANY 'UPDATE' on the Department Table.
- Execute ANY 'DELETE' on the Student Table.
- Execute ANY 'MODIFICATION' on the Professor Table.
- Identify any entity (that is, an individual/a department/a college etc) and create a personalized outlook of the database from their perspective strictly

COLLEGE College D DeanLastName DeanFirstName Building PhoneNumber --ConsistsOf/Consistedin PK PK DEPARTMENT FK College D DepartmentName FK ProfLastName FK ProfFirstName Building PhoneNumber TotalStudentsEnrolled * * Enrolls/Enrolledin STUDENT StudentFirstName Student Number StudentLastName FK Enrollment Date Fx DepartmentName FK ProfLastName ProfFirstName Chairs/Chaired By PROFESSOR ProfLast Name ProfFirstName Building PhoneNumber -Advises/AdvisedBy
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
