Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

A foreign key points to the primary key of the table it references. Question 9 options: Entity integrity Referential integrity Domain integrity General integrity Consider

A foreign key points to the primary key of the table it references.
Question 9 options:
Entity integrity
Referential integrity
Domain integrity
General integrity
Consider the following text representation. Consider the choices and pick the correct one.
Student ( StuID, FirstName, LastName, DateOfBirth )
Enrollment ( CRN, Semester, StuID, EnrollmentDate, EnrollmentStatus)
Course ( CRN, Semester, Subject, CourseNumber, Section, Title, Credits )
Question 10 options:
Enrollment.CRN and Enrollment.Semester form a foreign key to Course.
Course.CRN and Course.Semester form a foreign key to Enrollment.
Course.Semester is a DATE field.
DateOfBirth is a NUMBER field.
Consider the following text representation. Consider the choices and pick the correct one.
Student ( StuID, FirstName, LastName, DateOfBirth )
Enrollment ( CRN, Semester, StuID, EnrollmentDate, EnrollmentStatus)
Course ( CRN, Semester, Subject, CourseNumber, Section, Title, Credits )
Question 11 options:
Enrollment.EnrollmentStatus is a foreign key to Course.Subject.
Course.CRN is a foreign key to Enrollment.CRN.
Enrollment.EnrollmentDate is a foreign key to Course.Semester.
The primary key of Course has two fields: CRN and Semester.

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

Big Data Systems A 360-degree Approach

Authors: Jawwad ShamsiMuhammad Khojaye

1st Edition

0429531575, 9780429531576

More Books

Students also viewed these Databases questions