Answered step by step
Verified Expert Solution
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 KeyDepartmentCode VARCHAR Candidate KeyDepartmentName VARCHARProfessorsProfessorID INT Primary KeySSN CHAR Candidate KeyEmail VARCHAR Candidate KeyFirstName VARCHARLastName VARCHARHireDate DATEDepartmentID INT Foreign KeymlllStudentsStudentID INT Primary KeySSN CHAR Candidate KeyEmail VARCHAR Candidate KeyFirstName VARCHARLastName VARCHARDateOfBirth DATECoursesCourseID INT Primary KeyCourseCode VARCHAR Candidate KeyCourseName VARCHARCredits INTDepartmentID INT Foreign KeyEnrollmentsEnrollmentID INT Primary KeyStudentID INT Foreign KeyCourseID INT Foreign KeyEnrollmentDate DATEGrade CHARUNIQUE StudentID CourseIDComposite Candidate KeyCourseAssignmentsAssignmentID INT Primary KeyCourseID INT Foreign KeyProfessorID INT Foreign KeyAssignmentDate DATEUNIQUE CourseID ProfessorIDComposite Candidate Key
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