Preview

Database Normalization

Satisfactory Essays
Open Document
Open Document
777 Words
Grammar
Grammar
Plagiarism
Plagiarism
Writing
Writing
Score
Score
Database Normalization
Normalization

Normalization is a method for organizing data elements in a database into tables.

Normalization Avoids • Duplication of Data – The same data is listed in multiple lines of the database • Insert Anomaly – A record about an entity cannot be inserted into the table without first inserting information about another entity – Cannot enter a customer without a sales order • Delete Anomaly – A record cannot be deleted without deleting a record about a related entity. Cannot delete a sales order without deleting all of the customer’s information. • Update Anomaly – Cannot update information without changing information in many places. To update customer information, it must be updated for each sales order the customer has placed

Normalization is a three stage process – After the first stage, the data is said to be in first normal form, after the second, it is in second normal form, after the third, it is in third normal form

Before Normalization

1. Begin with a list of all of the fields that must appear in the database. Think of this as one big table.
2. Do not include computed fields
3. One place to begin getting this information is from a printed document used by the system.
4. Additional attributes besides those for the entities described on the document can be added to the database.

Before Normalization – Example

See Sales Order from below:

[pic]
Fields in the original data table will be as follows:
|SalesOrderNo |Date |CustomerNo |Custom|CustomerAdd |
| | | |erName| |
| | | | | |
| | | | | |

The repeating fields will be removed from the original data table, leaving the following.
|SalesOrderNo |Date |CustomerNo |CustomerName |CustomerAdd |ClerkNo

You May Also Find These Documents Helpful

  • Satisfactory Essays

    2 T | Not being able to insert data because other data is required is an example of an insertion anomaly.…

    • 313 Words
    • 1 Page
    Satisfactory Essays
  • Satisfactory Essays

    # Select a primary key for each table as indicated in the provided ERD diagram.…

    • 694 Words
    • 4 Pages
    Satisfactory Essays
  • Good Essays

    It2640 Week 5 Appendix B

    • 632 Words
    • 3 Pages

    Entities for this database application will include a Customer, Products, Orders, Sales Rep and Shipping table. The attributes for the following tables are as follows:…

    • 632 Words
    • 3 Pages
    Good Essays
  • Good Essays

    Nt1320 Unit 7

    • 2041 Words
    • 9 Pages

    2) Once the users have validated and approved the data model, it is transformed into a ________.…

    • 2041 Words
    • 9 Pages
    Good Essays
  • Satisfactory Essays

    Memo Week 3 Dbm 381

    • 329 Words
    • 2 Pages

    This memorandum is created to explain normalization, its level and why it is sufficient for the system. We are all aware that Microsoft Access database is the best fit for the Taylor Ambulance Company. This database will be efficient in storing, tracking and billing incidents. To reduce redundancy in the system, it is important to apply normalization. Normalization is the processes where data are organize in a database. This process includes creating tables and establishing keys and relationships of data between the tables. Normalization will also make the database more flexible, in which redundancy will be reduced and possibly completely eliminate. This will also reduce inconsistence dependency. It will also be faster to create queries between tables after the data is normalize. A non-normalize database is full of redundant data and it is unorganized.…

    • 329 Words
    • 2 Pages
    Satisfactory Essays
  • Satisfactory Essays

    AIS CHAPTERS

    • 371 Words
    • 10 Pages

    2. To reorganize the data in part 1 into second normal form, it is necessary to split the file in…

    • 371 Words
    • 10 Pages
    Satisfactory Essays
  • Satisfactory Essays

    This memo is to inform you that your service request SR-ta-001 has reached my desk and currently is in the process of being completed. The purpose of this memo is to report the progress on the service requests. Currently I am in the stage of normalizing the database to the third normal form. By normalizing the database to the third level of normalization I will ensure that the data is efficiently organized within the database by removing duplicate and redundant data from the database relations. Normalizing the data to the normal third will help free up space and make it easier for the users to retrieve the data by elimination of the same data stored in more than one relation. In addition, normalizing to this level will also ensure data integrity, scalability, and storage efficiency. I have made sure that that there are no repeating columns or rows within the same tables and each column has only one value and one data type therefore the level of 1 normalization has been completed. I then continued to normalize the database to the second level of normalization by ensuring that each nonkey attribute is fully dependent on the key columns of the table. Once level one and two normal form had been completed I continued by establishing primary and foreign keys along with relationships. I will keep in contact with you as the project nears completion.…

    • 329 Words
    • 2 Pages
    Satisfactory Essays
  • Satisfactory Essays

    Garden Glory chapter 1

    • 824 Words
    • 4 Pages

    Updating value: For example, there will be problem changing the phone number of the owner. We have to change phone number on three places and if we don’t we will have inconsistency in the data.…

    • 824 Words
    • 4 Pages
    Satisfactory Essays
  • Powerful Essays

    At this stage you should closely inspect any resulting entiites that have a concatenated Primary Key to ensure that they truly represent a “Many-to-Many relation. When the relation is actually a “One-to-Many” relation, you must correct the Primary Key by removing one or more columns from the PK and including them as non-key attribute(s).…

    • 1494 Words
    • 19 Pages
    Powerful Essays
  • Better Essays

    ACCT444 WK4 HW4 Mk

    • 740 Words
    • 4 Pages

    A customer number on a sales invoice was transposed and, as a result, charged to the wrong customer. By the time the error was found, the original customer was no longer in business.…

    • 740 Words
    • 4 Pages
    Better Essays
  • Satisfactory Essays

    Unit 9

    • 501 Words
    • 3 Pages

    has noticed that the number of reported errors in customer orders has increased. Dalman and Lei…

    • 501 Words
    • 3 Pages
    Satisfactory Essays
  • Satisfactory Essays

    1. There could be more than one Joe Smith entered into the database and info between the two could be confused. Misspelling could occur.…

    • 358 Words
    • 2 Pages
    Satisfactory Essays
  • Good Essays

    Dbm 381 Week 1paper

    • 885 Words
    • 4 Pages

    A database consists of one or more tables; each containing data stored as individual records. Different database architectures determine how the tables and records are organized or related…

    • 885 Words
    • 4 Pages
    Good Essays
  • Better Essays

    Riordan Manufacturing (Riordan) is an industry leader in using polymer materials to produce plastic products with projected annual earnings of $46 millions. Riordan has plastic manufacturing plants in Albany, Georgia, and a custom plastic plant in Pontiac, Michigan. Also, there is a plastic fan manufacturing plant in Hangzhou, China. Riordan also conducts research and development at the headquarters in San Jose, California, (Apollo, 2006). The high demand for materials used in producing plastic products is very important towards Riordan’s development. To develop the current materials ordering system, a database plan is necessary for the use in Business-to-Business websites that will allow Riordan to order materials via the web from its vendors. This database plan will assist Riordan with ordering materials online from its vendors, increase its annual revenue and stay competitive.…

    • 3100 Words
    • 13 Pages
    Better Essays
  • Good Essays

    Database concepts

    • 586 Words
    • 3 Pages

    In database normalization, one of the important features of third normal form is that it excludes certain types of transitive dependencies. E.F. Codd, the inventor of the relational model, introduced the concepts of…

    • 586 Words
    • 3 Pages
    Good Essays

Related Topics