In your initial post, discuss the following:
• Thinking about stakeholders in terms of our project, what issues and concerns do you foresee arising?
• What questions should we ask the owners?
• How would you anticipate attending to the issues and concerns?
• What are the strengths and weaknesses of our database?
Then critique and defend the positions of your classmates while comparing their positions with your own. You should respond to at least two of your classmates' posts.
Normalization
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.
o 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:
1. Name each item appropriately.
a. For example: LAB3-Normalization-yourName.vsd, LAB3-Questions-yourName.docx
2. Save each item in a single folder.
3. This folder should also be named appropriately.
a. For example: LAB3-yourName
4. Compress the folder.
5. 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
Total
Submit dependency diagrams for all entities you create. The following table is a sample of data, before ORDERS was normalized.
Please start with the below table and then write out each dependency diagram as you move from 1NF to 2NF to 3NF.
Show your progress and submit your final document with all dependency diagrams in Blackboard.
Attachment:- Lab_normalization.rar