Use the following business rules to create an ERD which include all appropriate connectivities and cardinalities.
Also, specify the relational schema for the resulting ERD.
a) An employee may be assigned many projects, and a project may have many employees assigned to it.
b) A project must have at least one employee assigned to it.
c) One of the employees manages each department, and each department is managed by only one employee.
d) One of the employees runs each division, and each division is run by only one employee.