1 / 5

WildOutfitters Course Management System Data Model

tblEmployee. tblCustomer. * EmpID EmpLName EmpFName EmpPhNum EmpEMail. * CustID CustLName CustFName CustAddress CustCity CustState CustZipCode CustEMail. tblClass. tblCourse. * ClassID ClassDate ClassStartTime ClassEndTime ClassLocation FKCustID FKEmpID FKCourseID.

Télécharger la présentation

WildOutfitters Course Management System Data Model

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. tblEmployee tblCustomer *EmpID EmpLName EmpFName EmpPhNum EmpEMail *CustID CustLName CustFName CustAddress CustCity CustState CustZipCode CustEMail tblClass tblCourse *ClassID ClassDate ClassStartTime ClassEndTime ClassLocation FKCustID FKEmpID FKCourseID *CourseID CourseName CourseType * = Unique Identifiers (become the primary keys in your tables) = One to Many Relationship WildOutfitters.com Course Management System Data Model

  2. Sample Table View of the Employee Entity

  3. Sample Table View of the Course Entity

  4. Sample Table View of the Customer Entity

  5. Sample Table View of the Class Entity

More Related