Multiple Choice
Which of the following statements about creating constraints is incorrect?
A) If you do not provide a name for a constraint,the Oracle 12c server will issue an error message.
B) There are two approaches for creating constraints: at the column level or the table level.
C) One industry convention is to use the format tablename_columnname_constraint type for the constraint name.
D) none of the above
Correct Answer:

Verified
Correct Answer:
Verified
Q69: A primary key is usually given the
Q70: The ALTER TABLE command with the ENABLE
Q71: If a FOREIGN KEY constraint is displayed
Q72: Where does the Oracle 12c server store
Q73: Which of the following types of constraints
Q75: A(n)<u>FOREIGN KEY</u> constraint is used to ensure
Q76: What is the relationship between a NOT
Q77: When dropping a(n)<u>PRIMARY KEY</u> constraint,the name of
Q78: When a constraint is created at the
Q79: Constraints are always enforced at the _