Oracle
1Z0-860 · Question #33
A developer wants to implement a relationship between Company and Department entity classes. Every department belongs to one company, and one company has several departments. In this application it…
The correct answer is A. In class Department E. In class Company. See the full explanation below for the reasoning.
Question
A developer wants to implement a relationship between Company and Department entity classes. Every department belongs to one company, and one company has several departments. In this application it is essential to quickly determine which company a department belongs to and to also easily access all departments of a given company. Which two declarations provide a solution to these requirements? (Choose two.)
Options
- AIn class Department
- BIn class Department
- CIn class Department:
- DIn class Company:
- EIn class Company:
How the community answered
(23 responses)- A83% (19)
- B4% (1)
- C4% (1)
- D9% (2)
Community Discussion
No community discussion yet for this question.