Computer Science, asked by Prajwalparikshith, 1 year ago

create emp and dept table with data

Answers

Answered by SMalik
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