Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Homework # 4 : Normalization Consider the following relation that involves student data: GRADE ( ClassName , Section, Term, Grade, StudentID, StudentName, ProfessorName, Department, ProfessorEmail

Homework #4: Normalization
Consider the following relation that involves student data:
GRADE (ClassName, Section, Term, Grade, StudentID, StudentName, ProfessorName, Department, ProfessorEmail)
Assume that only one professor teaches a class section, and professors teach in only one department. Suppose the following dependencies exist:
StudentID -> StudentName
(ClassName, Section, Term)-> ProfessorName
ProfessorName -> Department, ProfessorEmail
What normal form is the relation in? Normalize it up to 3NF.
Given the EMPLOYEES relation below:
\table[[Emp_no,Ename,Lcode,Lstatus],[25,Clay,NJ5101,1],[23,Thaisz,NJ5101,1],[38,Good,FL6321,4],[17,Baid,NY2091,3],[57,Brown,NY2092,3]]
The relation schema for the above relation is EMPLOYEES (Emp no, Ename, Lcode, Lstatus), where
Emp no: employee number
Ename: employee name
Lcode: location code
Lstatus: location status, each location has a status code
What normal form is the relation in? What are the dependencies? Normalize it up to 3NF.
image text in transcribed

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

Pro SQL Server Wait Statistics

Authors: Enrico Van De Laar

1st Edition

1484211391, 9781484211397

More Books

Students also viewed these Databases questions

Question

What do Dimensions represent in OLAP Cubes?

Answered: 1 week ago