In the initial creation of a table, if a UNIQUE constraint is included for a composite column

Question:

In the initial creation of a table, if a UNIQUE constraint is included for a composite column that requires the combination of entries in the specified columns to be unique, which of the following statements is correct?
a. The constraint can be created only with the ALTER TABLE command.
b. The constraint can be created only with the table-level approach.
c. The constraint can be created only with the column-level approach.
d. The constraint can be created only with the ALTER TABLE…MODIFY command.

Fantastic news! We've Found the answer you've been seeking!

Step by Step Answer:

Related Book For  book-img-for-question

Oracle 12c SQL

ISBN: 978-1305251038

3rd edition

Authors: Joan Casteel

Question Posted: