Computer Science, asked by apereira350, 1 year ago

how would you add a foreign key constraint on the dept_no column in the emp table, referring to the id column in the dept table?

Answers

Answered by varsha158
0
select *dept_no coloum
Answered by sahilpulikal
2

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

Similar questions