what is best way to represent specialization/generalization hierachy if the participation and disjoint constraints are mandatory and disjoint? A)projectManager(empno,name,phone,project),...


what is best way to represent specialization/generalization hierachy if the participation and disjoint constraints are mandatory and disjoint?


A)projectManager(empno,name,phone,project), MachineOperator(empNo,name,phone,specialization)


B)employee(empno,name,phone,projManFlag,project,machOpeFlag,specialization)


C)employee(empno,name,phone), Employeedetails(empno,projManFlag,project,machOpeFlag,specialization)


Employee<br>empNo {PK}<br>name<br>phone<br>ProjectManager<br>MachineOperator<br>project<br>specialization<br>

Extracted text: Employee empNo {PK} name phone ProjectManager MachineOperator project specialization

Jun 01, 2022
SOLUTION.PDF

Get Answer To This Question

Related Questions & Answers

More Questions ยป

Submit New Assignment

Copy and Paste Your Assignment Here