Oracle Database 12c SQL 1z0-071 Question # 55 Topic 6 Discussion

Oracle Database 12c SQL 1z0-071 Question # 55 Topic 6 Discussion

1z0-071 Exam Topic 6 Question 55 Discussion:
Question #: 55
Topic #: 6

Examine this statement:

CREATE TABTE orders

(sarial_no NUMBER UNIQUE,

order_id NUMBER PRIMARY KEY ,

order_date DATE NOT NULL,

status VARCHAR2 (10) CHECK (status IN ('CREDIT', 'CASH')),

product_id NUMBER REFERENCES products (product_id),

order_ total NUMBER);

On which two columns of the table will an index be created automatically?


A.

SERIAL_NO


B.

ORDER_DATE


C.

PRODUCT_ ID


D.

ORDER TOTAL


E.

ORDER_ ID


F.

STATUS


Get Premium 1z0-071 Questions

Contribute your Thoughts:


Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.