Question: I need help with this question within 30 minutes. 1. Create database schema with name Employee Information (0.5 point). 2. Create 3 tables based on
I need help with this question within 30 minutes.
1. Create database schema with name Employee Information (0.5 point).
2. Create 3 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).

1. Create database schema with name 'Employee Information' (0.5 point). 2. Create 3 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). Supervise Employee PK EmployeelD Course PK CourselD EmployeeFirstName EmployeeLastName CourseTitle PK EmployeeCourselD DateCompleted Logical Schema: Employee(EmployeeID, EmployeeFirstName, EmployeeLastName, SupervisoriD) Course(CourselD, CourseTitle) EmployeeCourse(EmployeeCourselD, EmployeelD, CourselD, DateCompleted) Legend: Primary Key: Bold and underline. Foreign Key: Italic
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
