Computer Science, asked by maanisha51311, 23 days ago

How would you add a foreign key constraint on the dept_no column in the EMP table, referring to the id column in theDEPT table?Select one:O Use the ALTER TABLE command with the MODIFY clause on the EMP table.O Use the ALTER TABLE command with the MODIFY clause on the EMP table.O Use the ALTER TABLE command with the ADD clause on the EMP table.This task cannot be accomplished.O Use the ALTER TABLE command with the MODIFY clause on the DEPT table.​

Answers

Answered by sahilpulikal
3

Answer:

The correct answer is: Use the ALTER TABLE command with the ADD clause on the EMP table.

Explanation:

Answered by aniketsingh0305
1

Answer:

Use the ALTER TABLE command with the ADD clause on the EMP table.

Explanation:

Similar questions