Database System Concepts
Database System Concepts
7th Edition
ISBN: 9780078022159
Author: Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Publisher: McGraw-Hill Education
Expert Solution & Answer
Book Icon
Chapter 8, Problem 10E

Explanation of Solution

Consider the database schema with a relation Emp given in Exercise 8.4.

Redesigning the database into first normal form:

  • A relation schema is said to be in First Normal Form (1NF) when the domains of all attributes in the schema are atomic.
  • Thus, all the attributes of given schema need to be flattened into a single relation schema to make it into 1NF.
  • So, the schema is as follows:

Emp_details= (ename, name, birthday, type, year, city)

  • The functional dependencies and multi-level dependencies are as follows:
    • ename, name -> birthday
      • A child has a unique birth date.
    • Ename -> name, birthday
      • An employee cannot have two children of the same name.
    • ename, type -> year, city
      • No relationship exists between the children of an employee and his skill set details...

Blurred answer
Knowledge Booster
Background pattern image
Recommended textbooks for you
Text book image
Database System Concepts
Computer Science
ISBN:9780078022159
Author:Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Publisher:McGraw-Hill Education
Text book image
Starting Out with Python (4th Edition)
Computer Science
ISBN:9780134444321
Author:Tony Gaddis
Publisher:PEARSON
Text book image
Digital Fundamentals (11th Edition)
Computer Science
ISBN:9780132737968
Author:Thomas L. Floyd
Publisher:PEARSON
Text book image
C How to Program (8th Edition)
Computer Science
ISBN:9780133976892
Author:Paul J. Deitel, Harvey Deitel
Publisher:PEARSON
Text book image
Database Systems: Design, Implementation, & Manag...
Computer Science
ISBN:9781337627900
Author:Carlos Coronel, Steven Morris
Publisher:Cengage Learning
Text book image
Programmable Logic Controllers
Computer Science
ISBN:9780073373843
Author:Frank D. Petruzella
Publisher:McGraw-Hill Education