Oracle
1Z0-882 · Question #81
You have been tasked to create a database that will store a list of all managers and the employees who report directly to them. The following is stipulated: - No manage is managing more than three…
The correct answer is A. CREATE TABLE `manager'. See the full explanation below for the reasoning.
Question
You have been tasked to create a database that will store a list of all managers and the employees who report directly to them. The following is stipulated:
- No manage is managing more than three people.
- No employee can work for more than one manage.
Which of these designs represents a normalized schema that meets the project requirements?
Options
- ACREATE TABLE `manager'
- BCREATE TABLE `managers' (
- CCREATE TABLE `manager' (
- DCREATE TABLE `message' (
How the community answered
(21 responses)- A76% (16)
- B5% (1)
- C5% (1)
- D14% (3)
Community Discussion
No community discussion yet for this question.