Question: Department(Department-Id,Dept_Name,Location). Note : the table is defined such hat two Departments cannot have the same Department-Id. employee(emp-ID,Department-Id,emp-Last_name,emp-Firstname, email-Id,Contact-No) emp-Id is a primary key. There is

  1. Department(Department-Id,Dept_Name,Location).

Note: the table is defined such hat two Departments cannot have the same Department-Id.

  1. employee(emp-ID,Department-Id,emp-Last_name,emp-Firstname, email-Id,Contact-No)

emp-Id is a primary key. There is also a foreign key Department-Id which points to the Department table.

Add three records for each table using sequence object

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!