Oracle
1Z0-047 · Question #24
View the Exhibit and examine the structure of ORD and ORD_ITEMS tables. In the ORD table, the PRIMARY KEY is ORD_NO and in the ORD_ITEMS tables the composite PRIMARY KEY is (ORD_NO, ITEM_NO). Which…
The correct answer is B. CREATE INDEX ord_idx C. CREATE INDEX ord_idx. See the full explanation below for the reasoning.
Question
View the Exhibit and examine the structure of ORD and ORD_ITEMS tables. In the ORD table, the PRIMARY KEY is ORD_NO and in the ORD_ITEMS tables the composite PRIMARY KEY is (ORD_NO, ITEM_NO). Which two CREATE INDEX statements are valid? (Choose two.)
Exhibit
Options
- ACREATE INDEX ord_idx
- BCREATE INDEX ord_idx
- CCREATE INDEX ord_idx
- DCREATE INDEX ord_idx
How the community answered
(22 responses)- A5% (1)
- B82% (18)
- D14% (3)
Community Discussion
No community discussion yet for this question.
