Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

7. a. Create a table named EMPLOYEE based on the following properties: Column Name Data Type Length EMPID Number 7 EMPNAME Varchar2 25 DEPTID Number

7.

a. Create a table named EMPLOYEE based on the following properties: Column Name Data Type Length EMPID Number 7 EMPNAME Varchar2 25 DEPTID Number 7

b. Create a table named DEPARTMENT based on the following properties: Column Name Data Type Length DEPTID Number 7 DEPTNAME Varchar2 25

c. After both tables are created,

a1. Add a PRIMARY KEY constraint to the EMPLOYEE table using the EMPID column.

b1. Add a PRIMARY KEY constraint to the DEPARTMENT table using the DEPTID column.

c1. Add a FOREIGN KEY reference on the EMPLOYEE table so that if a department is deleted from the DEPARTMENT table, any employees in the EMPLOYEE table will automatically be deleted also.

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Modern Database Management

Authors: Fred R. McFadden, Jeffrey Slater, Mary B. Prescott

5th Edition

0805360549, 978-0805360547

More Books

Students also viewed these Databases questions

Question

What is focal length? Explain with a diagram and give an example.

Answered: 1 week ago

Question

What is physics and how does it apply in daily life?

Answered: 1 week ago