Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Normalization Basics Scenario Imagine you are tasked with designing a database for a small library. The library has the following information to manage: 1 .

Normalization Basics
Scenario
Imagine you are tasked with designing a database for a small library. The library has the following information to manage:
1. Books: Each book has a unique ISBN, a title, an author, a publication year, and a number of available copies.
2. Library Members: Each library member has a unique member ID, a name, an email address, and a phone number.
3. Borrowing Records: Keep track of books that are borrowed by library members. Each record should include a unique transaction ID, the member ID of the borrower, the ISBN of the borrowed book, the date the book was borrowed, and the due date for returning the book.
Tasks
1. Create an initial unnormalized database schema that represents the given information. This schema should consist of three tables: Books, LibraryMembers, and BorrowingRecords.
2. Identify any potential data redundancy, update anomalies, or other issues in your unnormalized schema. Explain why these issues could be problematic.
3. Apply normalization techniques (up to at least 3rd Normal Form) to the unnormalized schema to eliminate the identified issues.
Create a database that is free from redundancy and update anomalies.
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

Data And Databases

Authors: Jeff Mapua

1st Edition

1978502257, 978-1978502253

More Books

Students also viewed these Databases questions