Create tables based the logical schema below
Assignment 3 – Creating Database and Tables
Supervise
Employee
PK | PK | ||
---|---|---|---|
|
|
Employee(EmployeeID, EmployeeFirstName, EmployeeLastName, SupervisorID) Course(CourseID, CourseTitle)
EmployeeCourse(EmployeeCourseID, EmployeeID, CourseID, DateCompleted)Legend:
Primary Key: Bold and underline.
***************************NOTE *************************************
Please feel free to consult your instructor by email or phone, if you have questions or need assistance!!