Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Part 2 ( Normalization ) Consider the following relation: In the above table, ACID is a unique identifier for each aircraft the airline owns. Each

Part 2(Normalization)
Consider the following relation:
In the above table, ACID is a unique identifier for each aircraft the airline owns. Each
aircraft is of a particular vendor and model. The seating capacity and flight range are
the same for all aircraft of a given vendor/model. Each aircraft identified by ACID was
purchased on the purchase data given and has flown the number of hours in flight
hours.
a. What is a primary key for this relation?
b. Identify the non-trivial, full functional dependencies in this relation.
Consider the following relation:
The relation has the following non-trivial, full functional dependencies:
ISBN longrightarrow Title, Publisher Name, Publisher Phone, Editor Name, Editor Phone, Editor Gender, Book
Genre
Publisher Name longrightarrow Publisher, Phone
Editor Name longrightarrow Editor Phone, Editor Gender
Author Name longrightarrow Author Address, Author Age, Author Gender
ISBN, Book Format longrightarrow Book Pages,
ISBN, Book Format, Author Name longrightarrow Book Pages, Title, Publisher Name, Publisher Phone, Editor
Name, Editor Phone, Editor Gender, Book Format, Book Pages, Book Genre, Author Address, Author
Age, Author Gender
ISBN, Author Name longrightarrow Title, Publisher Name, Publisher Phone, Editor Name, Editor Phone, Editor
Gender, Book Genre, Author Address, Author Age, Author Gender
The relation also has the following multi-dependencies:
ISBN Author Name, Author Address, Author Age, Author Gender
ISBN Book Format, Book Pages
Books may have more than one author and may be published in more than one format
(the format determining the number of pages), but have a single publisher and editor.
To ensure completeness, books have a tuple for every author/format combination
(hence the multidependencies). That is, if our textbook were published in both
paperback and hardback, it would have four rows in the table: two entries for each of
the two authors, differing in the book format attribute (one having book format
paperback and the other having book format hardback). In general, if a book has n
authors and m formats, it will have nm tuples in the table.
a. What is a primary key for the relation?
b. Produce a set of relations which are in third normal form.
c. Are these relations also in Boyce-Codd Normal form?
d. Are these relations also in Fourth Normal Form?
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

SQL Instant Reference

Authors: Gruber, Martin Gruber

2nd Edition

0782125395, 9780782125399

More Books

Students also viewed these Databases questions

Question

Brief the importance of span of control and its concepts.

Answered: 1 week ago

Question

What is meant by decentralisation?

Answered: 1 week ago

Question

Write down the Limitation of Beer - Lamberts law?

Answered: 1 week ago

Question

Know the three main dimensions of the service environment.

Answered: 1 week ago