Answered step by step
Verified Expert Solution
Link Copied!

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):

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

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

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Modern Systems Analysis And Design

Authors: Joseph Valacich, Joey George

8th Edition

0134204921, 978-0134204925

More Books

Students also viewed these Databases questions