Using the TAL Distributors Database, determine the functional dependencies that exist in the following table: ITEM (ITEM_NUM, DESCRIPTION, ON_HAND, CATEGORY, STOREHOUSE, PRICE, (ORDER_NUM, ORDER_DATE, CUSTOMER_NUM, CUSTOMER_NAME, NUM_ORDERED, QUOTED_PRICE)) After determining the functional dependencies, convert the table to an equivalent collection of tables in third normal form. List table definitions using the following notation: TABLE_NAME (PRIMARY_KEY, ATTRIBUTE1, ATTRIBUTE2...ATTRIBUTEN) Use LucidChart to model your resulting tables and the relationships as an ERD. Include your table definitions as a text box on your diagram. Export your solution as a pdf and submit it here.
Using the TAL Distributors
ITEM (ITEM_NUM, DESCRIPTION, ON_HAND, CATEGORY, STOREHOUSE, PRICE, (ORDER_NUM, ORDER_DATE, CUSTOMER_NUM, CUSTOMER_NAME, NUM_ORDERED, QUOTED_PRICE))
After determining the functional dependencies, convert the table to an equivalent collection of tables in third normal form. List table definitions using the following notation:
TABLE_NAME (PRIMARY_KEY, ATTRIBUTE1, ATTRIBUTE2...ATTRIBUTEN)
Use LucidChart to model your resulting tables and the relationships as an ERD. Include your table definitions as a text box on your diagram. Export your solution as a pdf and submit it here.
Trending now
This is a popular solution!
Step by step
Solved in 2 steps with 2 images