create emp and dept table with data
Answers
Answered by
1
Create the EMP table which has a foreign key reference to the DEPT table. The foreign key will require that the DEPTNO in the EMP table exist in the DEPTNO column in the DEPT table. Insert row into DEPT table using named columns. Insert a row into DEPT table by column position.
Similar questions
Math,
7 months ago
Social Sciences,
7 months ago
Math,
7 months ago
Math,
1 year ago
English,
1 year ago