An Employee is Allocated for the Project. Each Employee is described by the empId,Ename,designation and salary.Each Project is described by projID,ProjName,estimatedCost,Actual Cost. For the above scenario identify the correct entities
Answers
Answered by
40
An entity is an object that is used in a system that is used to model and store information.
If the data is about the empID, Ename, designation and salary then they will fall into the category of Employee whereas the information about the porjID, projName, estimatedCost, ActualCost will fall under Project.
Answered by
23
Answer:
Employee, Project
Explanation:
Similar questions