Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Question 3 Database Schema from Relational model ( 10 marks) Consider the following University student record database STUDENT(StudSin, StudentNo, Name, Major, Bdate) DEPARTMENT(DeptName, DeptNo, location)

image text in transcribed

Question 3 Database Schema from Relational model ( 10 marks) Consider the following University student record database STUDENT(StudSin, StudentNo, Name, Major, Bdate) DEPARTMENT(DeptName, DeptNo, location) COURSE(CourseNo, Coursename, CreditHr, DeptNo) ENROLL(StudentNo, CourseNo, SecNo, SemesterYear, Grade) BOOK_ADOPTION(CourseNo, SemesterYear, Book_ISBN) TEXT(Book ISBN, Book_Title, Publisher, Author) SECTION(SecNo, CourseNo, SemesterYear, EmpNo) INSTRUCTOR(EmpSIN, EmpNo, Name, DeptNo) PEREQUISITE(CourseNo, PreNo) i. Identify all foreign keys ii. Draw a relational database schema for the database showing all referential integrities. State any assumption you make (if any). Make sure you underline the primary key as shown in the question in your schema

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access with AI-Powered 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

Students also viewed these Databases questions