Oracle Database 11g: SQL Fundamentals I — Question 4

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

Answer options

Correct answer: A, E

Explanation

Option A is correct because constraints can be disabled regardless of existing data. Option E is also correct since columns with a UNIQUE constraint can indeed hold NULL values. Options B and C are incorrect as constraints apply to other operations beyond INSERT and foreign keys can contain NULL values. Option D is misleading because while some constraints can be defined at both levels, not all types can.