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
Get step-by-step solutions from verified subject matter experts
