Answered step by step
Verified Expert Solution
Question
1 Approved Answer
List the functional dependencies in the following table that concern invoicing ( an application BITS is considering adding to its database ) , subject to
List the functional dependencies in the following table that concern invoicing an application BITS is considering adding to its database subject to the specified conditions. For a given invoice identified by the InvoiceNum there will be a single client. The clients number, name, and complete address appear on the invoice, as does the date. Also, there may be several different tasks appearing on the invoice. For each task that appears, display the TaskID, description, category, and price. Assume that each client that requests a particular service task pays the same price. Convert this table to an equivalent collection of tables that are in third normal form:
Details
The Invoice table in which the functional dependencies need to be determined. The table is to be converted into a collection of tables that are in third normal form. Invoice left parenthesis Invoice N u m Client N u m Last Name, First Name, Street, City, State, Zip Code, Date, left parenthesis Task I D Description, Category, Price right parenthesis right parenthesis. Invoice N u m is the primary key.
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started