Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

1. It is possible that a foreign key column of a table can be NULL. ATrue BFalse 2. From the list below, identify ALL the

1. It is possible that a foreign key column of a table can be NULL.

ATrue

BFalse

2.From the list below, identify ALL the options to implement data integrity in the Database design.(option)

a.

Using the correct data types for the columns

b.

Identification of actors for Use Cases

c.

Foreign Keys

d.

CHECK Constraints

e.

NOT NULL constraints

3. Provide an example where foreign key column value of a table can be null.

4. In your own words, explain how Referential integrity can be enforced between two tables. You may use examples if it makes easy for you to explain.

5. The dataset below shows list of employees of an organization and the departments that the employees are working in. The EMPLOYEE_ID column of the dataset uniquely identifies an employee of the organization. The DEAPARTMENT_ID column of the dataset uniquely identifies a department of the organization. An employee of this organization can work only in one department of the organization.

Based on the information provided, please normalize the given dataset. Your response should clearly indicate resultant tables after the normalization along with their colums. Also please indicate all the primary keys and applicable foreign keys.

EMPLOYEE_ID EMPLOYEE_FIRST_NAME EMPLOYEE_LAST_NAME DEPARTMENT_ID DEPARTMENT_NAME
100 SCOTTY JORDAN 1 ACCOUNTING
110 MICHAEL PIPPEN 2 HR
113 KOBE NASH 3 IT
115 STEVE BRYANT 2 HR

Note: The first row of the above table indicates the names of the columns of the dataset.

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

DNA Databases

Authors: Stefan Kiesbye

1st Edition

0737758910, 978-0737758917

More Books

Students also viewed these Databases questions

Question

What is the purpose of the CharArrayReader class in Java?

Answered: 1 week ago