Oracle Database SQL — Question 23

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

Answer options

Correct answer: D, F

Explanation

The correct answers are D and F because PRIMARY KEY and FOREIGN KEY constraints can indeed be defined at both the column and table levels, and a table can have one PRIMARY KEY while allowing multiple FOREIGN KEY constraints. Options A, B, C, and E are incorrect as they misrepresent the rules surrounding constraints, such as the limitation on the number of PRIMARY KEY constraints and the naming requirements for foreign keys.