Question: 1. Create database schema with name 'Employee Information' (0.5 point). 2. Create 4 tables based on the logical schema below. Note: you need to define

1. Create database schema with name 'Employee Information' (0.5 point). 2. Create 4 tables based on the logical schema below. Note: you need to define primary key(s), foreign key(s), constraints, and correct data type to get credits (8 points). Employee Course EmployeeCourse PK EmployeeID EmployeeFirstName EmployeeLastName Supervise PK CourseID CourseTitle PK EmployeeCourseID DateCompleted Logical Schema: Employee(EmployeeID, EmployeeFirstName, EmployeeLastName) Supervior(EmployeeID, SupervisorID) Course(CourseID, CourseTitle) EmployeeCourse(EmployeeCourseID, EmployeeID, CourseID, DateCompleted)

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Mathematics Questions!