Question 77:
Evaluate the following CREATE TABLE command:
Which statement is true regarding the above SQL statement?
Answer options:
A. It would execute successfully and only ORD_ITM_IDX index would be created. B. It would give an error because the USING INDEX clause cannot be used on a composite primary. C. It would execute successfully and two indexes ORD_ITM_IDX and ORD_ITM_ID_PK would be created. D. It would give an error because the USING INDEX clause is not permitted in the CREATE TABLE command.