Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

A start-up is working on an online personal financial management system. The goal of the system is to provide the users an opportunity to obtain

A start-up is working on an online personal financial management system. The goal of the system is to provide the users an opportunity to obtain item-level purchase data from as many sources as possible in order to improve the accuracy of budget management and control activities (instead of only at the level of the total of each purchase). For example, let's assume a customer purchases three books from a major online bookseller. For most financial management software systems, the system only receives the total of the purchase from a bank or other financial institution. In the case of this start-up, the intent is to create a link between the financial transaction and the vendor's system data so that the financial management system retrieves product details from the vendor. Now it will be easy for the customer to classify one book as self-help, the other one as a business expense, and the third one as entertainment without having to resort to an analysis of receipts.

To provide this capability, the system maintains the following data regarding the transactions:

TransactionID, CustomerID, CustomerName, CustomerEmail, TransactionDate, TransactionTime, TransactionTotalAmount, TransactionTax, ProductID, ProductDescription, ProductCategory, ProductManufacturerID, ManufacturerName, ProductlistPrice, ProductPurchasePrice, ProductQuantity, TransactionProductTotal

Sample data for this set of attributes is as follows:

823434434582, 2434254, Silver Patrick, psilver@mail.net, 9/2/2018, 10.28.34, $167.23, $10.37,

{78234, "Achieving One's Fullest Potential," self-help, 145432, Brown and Gray, $29.95, $24.75, 1, $24.75

| 4782349, "Programming Server-side Solutions with Python," Programming, 63453632, Green & Yellow, $47.95, $39.99, 2, $79.98

| 242343, "Murder at Eleven," fiction, 145432, Brown and Gray, $14.95, $12.50, 5, $62.50}

Note that information regarding specific products is repeated multiple times in the sample data set and each repeated set is separated by the "|" symbol.

Based on the facts stated above,

a. Identify the functional dependencies between the attributes.

b. Identify the reasons why this set of data is not in 3NF and indicate the normal form (if any) it is in.

c. Including all intermediate stages, organize the attributes into a set of 3NF relations.

(0NF -> 1NF; 1NF -> 2NF; 2NF -> 3NF)

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

Machine Learning And Knowledge Discovery In Databases European Conference Ecml Pkdd 2014 Nancy France September 15 19 2014 Proceedings Part 2 Lnai 8725

Authors: Toon Calders ,Floriana Esposito ,Eyke Hullermeier ,Rosa Meo

2014th Edition

3662448505, 978-3662448502

More Books

Students also viewed these Databases questions