|
Explanation: the NOT NULL constraint can be specified only at the column level, not at the table level. Incorrect answer: 1: UNIQUE can be define at table level 3: CHECK can be define at table level 4: PRIMARY KEY can be define at table level 5: FOREIGN KEY can be define at table level Reference: Introduction to Oracle9i : SQL, Oracle University Study Guide, 10-8
|