Problem is making new entries in a bridge or join table.
Employees
EmployeeID
FirstName
Certifications
CertificationID
CertName
EmployeeCert (join table)
EmployeeID
CertificationID
- Each employee can have many Certifications. Each Certification can be held by many Employees. A many to...