Unit assignment order achieve the flow
|
1 |
|---|
IT163 Unit 3 Assignment
Group B Project
Purdue University Global
9/9/2019IT163 Unit 3 Assignment 3
In order to achieve the flow, structure, and accuracy we described; we must ensure that we achieve database normalization. Database Normalization is the process used to organize information within a database. Normalization is an approach used to break down tables in order to minimize data redundancy. Redundancy is the repetition of the same information in multiple location in a table. It should also do away with undesirable qualities such as Insertion, Update and Deletion Anomalies. Normalization is achieved through a multi-step process that changes data into tabular form and cutting out duplicate data. Normalization is completed by achieving First Normal Form (1NF or BNF1), Second Normal Form (2NF or BNF2) and then Third Normal Form (3NF or BNF3) in order.
The third normal formal (3NF or BNF3) your database will comply with two standards that is it must be in second normal form and it must not have transitive dependency. This were not all the columns are related to the same primary key. The fix is to remove the columns and create a new table.
In conclusion, when you follow these above steps in reaching each normal form you will achieve third normal form (3NF or BNF3).
IT163 Unit 3 Assignment 5
The database design is to constantly check for redundant data. Redundancy takes up to a request by space that can actually be used for pertinent information within the database for the sake of likelihood that the database may end up in debase, corrupt or dysfunctional.


