Oracle Database Administration I — Question 155

Which two statements are true about constraints? (Choose two.)

Answer options

Correct answer: A, B

Explanation

The correct answers are A and B. Option A is correct because a UNIQUE constraint can indeed utilize an existing index on the specified columns. Option B is also correct since a FOREIGN KEY can allow NULL values. Options C, D, and E are incorrect because a PRIMARY KEY can be added to a table with existing data, a column can have multiple CHECK constraints, and CHECK constraints cannot refer to other rows.