-
Which keyword is used to specify the foreign key after the table is created?
-
- SPECIFY
- ALTER TABLE
- SETUP
- SET
- None of these
Correct Option: B
When the table has already been created but the foreign key has not been set of foreign key constraints are not specified, the ‘ALTER TABLE – ADD FOREIGN KEY’ clause is used.