Q146 Examine these SQL statements which execute successfully:
Which two statements are true after execution?
- (A). The primary key constraint will be enabled and deferred.
- (B). The foreign key constraint will be enabled and deferred.
- (C). The foreign key constraint will be disabled.
- (D). The foreign key constraint will be enabled and immediate.
- (E). The primary key constraint will be enabled and immediate.
Answer: C, E