Answered step by step
Verified Expert Solution
Question
1 Approved Answer
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
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started