Normalize table to third normal form (3NF) Submission requirements
Objective: Normalize table to third normal form (3NF) Submission requirements:For all
text and image submissions, use MS Word, which is available to you within the Virtual Desktop Infrastructure (VDI). For all SQL code submissions, use MS Word, which is available to you within VDI.For all diagrams submissions, use MS Visio, which is available to you within VDI.
- Note: If you need assistance on how to get started with this tool, go to the references section at the end of this document.
If the submission is more than one file:
Name each item appropriately.
For example: LAB3-Normalization-yourName.vsd, LAB3-Questions-yourName.docx
Save each item in a single folder.
This folder should also be named appropriately.
For example: LAB3-yourName
Compress the folder.
Submit the compressed file in Blackboard.
Lab: For this assignment, you will normalize the below Orders table to 3NF. Make sure to identify all the entities and their attributes, especially if you make any new items (such as entity or attributes). The following is a list of possible attributes for ORDERS; you may have more:
ORDERS
OrderNo
CustomerNo
CustomerName
CustomerAddress
CustomerCity
CustomerState
CustomerZip
OrderDate
ItemsOrdered