Multiple choice technology databases

You can declare this only by using table contraint syntax

  1. Not NULL

  2. Primary key

  3. Foreign key

  4. Composite primary keys

Reveal answer Fill a bubble to check yourself
D Correct answer
Explanation

Composite primary keys (primary keys consisting of more than one column) cannot be declared at the column level; they must be declared using table constraint syntax.