Computer Science, asked by mkofficial1817, 2 months ago

Create the following tables with given attributes having appropriate data type and specify the

necessary primary and foreign key constraints:

Employee (EmpId, Empname, Sal, Deptno)

Dept (Deptno, Dname, Loc,DeptmanagerId)​

Answers

Answered by llMissCrispelloll
1

Answer:

Employee (EmpId, Empname, Sal, Deptno)

Dept (Deptno, Dname, Loc,DeptmanagerId)

Similar questions