Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Identify Tables and AttributesTables and Attributes:DepartmentsDepartmentID ( INT , Primary Key ) DepartmentCode ( VARCHAR ( 1 0 ) , Candidate Key ) DepartmentName (

Identify Tables and AttributesTables and Attributes:DepartmentsDepartmentID (INT, Primary Key)DepartmentCode (VARCHAR(10), Candidate Key)DepartmentName (VARCHAR(100))ProfessorsProfessorID (INT, Primary Key)SSN (CHAR(11), Candidate Key)Email (VARCHAR(255), Candidate Key)FirstName (VARCHAR(50))LastName (VARCHAR(50))HireDate (DATE)DepartmentID (INT, Foreign Key)mlllStudentsStudentID (INT, Primary Key)SSN (CHAR(11), Candidate Key)Email (VARCHAR(255), Candidate Key)FirstName (VARCHAR(50))LastName (VARCHAR(50))DateOfBirth (DATE)CoursesCourseID (INT, Primary Key)CourseCode (VARCHAR(10), Candidate Key)CourseName (VARCHAR(100))Credits (INT)DepartmentID (INT, Foreign Key)EnrollmentsEnrollmentID (INT, Primary Key)StudentID (INT, Foreign Key)CourseID (INT, Foreign Key)EnrollmentDate (DATE)Grade (CHAR(2))UNIQUE (StudentID, CourseID)(Composite Candidate Key)CourseAssignmentsAssignmentID (INT, Primary Key)CourseID (INT, Foreign Key)ProfessorID (INT, Foreign Key)AssignmentDate (DATE)UNIQUE (CourseID, ProfessorID)(Composite Candidate Key)

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