Oracle
1Z0-071 · Question #95
Evaluate the following CREATE TABLE command: Which statement is true regarding the above SQL statement?
The correct answer is A. It would execute successfully and only ORD_ITM_IDX index would be created. See the full explanation below for the reasoning.
Question
Evaluate the following CREATE TABLE command:
Which statement is true regarding the above SQL statement?
Exhibit
Options
- AIt would execute successfully and only ORD_ITM_IDX index would be created.
- BIt would give an error because the USING INDEX clause cannot be used on a composite primary.
- CIt would execute successfully and two indexes ORD_ITM_IDX and ORD_ITM_ID_PK would be
- DIt would give an error because the USING INDEX clause is not permitted in the CREATE TABLE
How the community answered
(59 responses)- A85% (50)
- B2% (1)
- C8% (5)
- D5% (3)
Community Discussion
No community discussion yet for this question.
