Preview

Ddm/380 Normaliziation

Good Essays
Open Document
Open Document
699 Words
Grammar
Grammar
Plagiarism
Plagiarism
Writing
Writing
Score
Score
Ddm/380 Normaliziation
ERD Normalization
Name
DBM 380
April 19, 2010
Instructor

Introduction
Normalization means to organize data and break-down the data into smaller tables, which makes data management an easier process. To avert redundant data, normalization of a database occurs thus making sure data dependencies make sense. Database normalization aids in the identification of potential problems, known as update anomalies in a relational database. Normalization is often disregarded because one may often believe understanding and applying these principles is an intricate task. However, normalization is a non-complicated process as a database that is not normalized will generally be inaccurate, slow, inefficient, and the results might not produce the expected data. Not to mention if you have a normalized database, queries, forms, and reports are much easier to design (Melton, 2002).
Explanation of Normalization The repeating groups in the Driving Log were removed and put in another table. OffDutyStartTime1, OffDutyStartTime1, OffDutyStopTime2, and OffDutyStopTime2 will be placed in a new table called “TimeTable.” Timetable has StartTime, StopTime, and TypeOfTimeID. Note. TypeOfTimeID is a foreign Key referenced in another table. Table “Time Type”: Time_Type_ID | UniqueIdentifer | | Time_Type_Name | Varchar | This can be OffDuty, OnDuty, Driving, Odometer, SleeperBerth, etc. | Co-driver name has been removed from the table “Driving Log” because from the Co_Driver_EmpID one can find the driver’s details. In the “Violations” table State/Municipality_Issuing_Citation is removed and “StateID” has been added. A new table “State” has been created to hold StateID, State/Municipality_Issuing_Citation. Table “State”: StateID | UniqueIdentifer | Examples – NJ, NY, etc. | State/Municipality_Issuing_Citation | Varchar | This



References: Melton, B. (2002). Databases: Normalizing Access Data. Retrieved from http://pubs.logicalexpressions.com/Pub0009/LPMArticle.asp?ID=88

You May Also Find These Documents Helpful

  • Satisfactory Essays

    SERVICE_CO (Co_Name, Co_Phone, Co_Street, Co_City, Co_State, Co_Zip) 7. MAINTENANCE (Vehicle_ID, Serv_Date, Serv_Code, Co_Name) FK Vehicle_ID  CAR FK Co_Name  SERVICE_CO. 8. RESERVATION (Confirm_No, C_Name, C_Phone, Car_Type, Credit_Card_No, Daily_Rate, Mileage_Rate, Res_Pickupdate, Res_Returndate) FK…

    • 182 Words
    • 2 Pages
    Satisfactory Essays
  • Satisfactory Essays

    DBM 380 (Data Base Management) Complete Course Material Click on The Link Below to Purchase A+ Work http://hwminute.com/downloads/dbm-380-data-base-management-complete-course-material/ DBM 380 Week 1 DQ 2.docx DBM 380 Week 1 DQ 1.docx DBM 380 Week 1 Individual Assignment Database Design Paper.docx DBM 380 Week 2 DQ 2.docx DBM 380 Week 2 Individual Assignment; Database Management Systems Paper.docx DBM 380 Week 2 DQ 1.docx DBM 380 Week 3 DQ 1.docx DBM 380 Week 3 DQ 2.docx DBM 380 Week 3 Individual Assignment Driving Log.accdb DBM 380 Week 3 Individual Assignment Driving Log.zip DBM 380 Week 3 Individual Assignment ERD.pdf DBM 380 Week 3 Individual Assignment ERD.zip DBM 380 Week 3 Individual Assignment.zip DBM 380 Week 3 Individual Assignment ERD.pdf DBM 380 Week 3 Individual Assignment ERD.zip DBM 380 Week 4 DQ 1.docx DBM 380 Week 4 DQ 2.docx DBM 380 Week 4 Explaination Of Normalization.docx DBM 380 Week 4 Individual Assignment ERD.zip DBM 380 Week 4 Indiviual Assignment Driving Log Relationships.accdb DBM 380 Week 4 Indiviual Assignment Driving Log Relationships.zip DBM 380 Week 4 Individual Assignment ERD.pdf DBM 380 Week 5 DQ 1.docx DBM 380 Week 5 DQ 2.docx DBM 380 Week 5 LT Database FINAL.accdb DBM 380 Week 5 LT Database FINAL.zip DBM 380 Week 5 LT Huffman PowerPoint REVISED.pptx DBM 380 Week 5 LT Huffman Trucking SR-ht-003.docx DBM 380 Week 5 LT Huffman Trucking SR-ht-003.docx $30.00 – Purchase DBM 380 (Data Base Management) Complete Course Material Click on The Link Below to Purchase A+ Work http://hwminute.com/downloads/dbm-380-data-base-management-complete-course-material/ DBM 380 Week 1 DQ 2.docx DBM 380 Week 1 DQ 1.docx DBM 380 Week 1 Individual Assignment Database Design Paper.docx DBM 380 Week 2 DQ 2.docx DBM 380 Week 2 Individual Assignment; Database Management Systems Paper.docx DBM 380 Week 2 DQ 1.docx DBM 380 Week 3 DQ 1.docx DBM 380 Week 3 DQ 2.docx DBM 380 Week 3 Individual Assignment Driving…

    • 395 Words
    • 2 Pages
    Satisfactory Essays
  • Satisfactory Essays

    PT2520 Week 3 Forum

    • 190 Words
    • 1 Page

    Normalization is a process for evaluating and correcting table structures to minimize data redundancies and by helping to eliminate data anomalies. It helps evaluate table structures and produce good tables.…

    • 190 Words
    • 1 Page
    Satisfactory Essays
  • Good Essays

    The normalization of the data helps to design the new databases so that it will meet the goals and to test the databases to see if the goals are met. The database designers will at times refer to the goals as data integrity, referential integrity, or keyed data access. It will be ideal to normalize the data before the database tables are made.…

    • 752 Words
    • 3 Pages
    Good Essays
  • Good Essays

    Nt1320 Unit 7

    • 2041 Words
    • 9 Pages

    The database design team transforms entities into tables and expresses relationships by defining foreign keys. The tables in the model are to be normalized before converting them into designs. Normalization is the process of converting poorly structured tables into two or more well-structured tables. Database practitioners classify tables into various normal forms according to the kinds of problems they have. Transforming a table into a normal form to remove duplicated data and other problems is called normalizing the table. After normalizing, the designer should represent the relationship among those tables to complete the design.…

    • 2041 Words
    • 9 Pages
    Good Essays
  • Powerful Essays

    MIS 563 COURSE PROJECT

    • 2795 Words
    • 12 Pages

    Data normalization – how complex will this process be? Is every database from every department different and contain different data across different platforms?…

    • 2795 Words
    • 12 Pages
    Powerful Essays
  • Good Essays

    One benefit of a relational database management system is that it contains a built-in query language, which lets you obtain immediate answers to the questions you ask about your data. _________________________…

    • 585 Words
    • 3 Pages
    Good Essays
  • Good Essays

    FLEET WIDES

    • 3290 Words
    • 10 Pages

    FLEET WIDE As a reminder drivers are required to review and make their own edits on their logs before approving them. Please review your logs and make any necessary corrections you need. They can edit their own logs before they approve them following these steps…

    • 3290 Words
    • 10 Pages
    Good Essays
  • Satisfactory Essays

    week 4 Discussion 1

    • 447 Words
    • 2 Pages

    Normalization is the process of organizing data in a database. This includes creating tables and establishing relationships between those tables according to rules designed both to protect the data and to make the database more flexible by eliminating redundancy and inconsistent dependency.…

    • 447 Words
    • 2 Pages
    Satisfactory Essays
  • Satisfactory Essays

    Week 1 BIS221

    • 536 Words
    • 3 Pages

    Databases allows companies to organize all their information on one place, making it easy for people to access and share information.…

    • 536 Words
    • 3 Pages
    Satisfactory Essays
  • Good Essays

    Dbm 381 Week 1paper

    • 885 Words
    • 4 Pages

    A database is a structure that can store information about multiple types of entities, the attributes of those entities, and the relationships between the entities (Pratt & Adamski, 2012, Chapter 1). How data is received, stored, processed, and made available to others has an effect on the success or failure of an organization. The use of different architecture is a most to fit the needs of the organization, however the value of the data still remains in been able to access and extract information from the database system, and the only way this can be reached is by organizing, storing, and analyzing it effectively. For many organizations these systems have become an essential part of their structural and operational success.…

    • 885 Words
    • 4 Pages
    Good Essays
  • Good Essays

    Logical Design Pt. 2

    • 641 Words
    • 3 Pages

    I would like to introduce you to the concept of normalization. Normalization is used to control or reduce the amount of data redundancy and help avoid inconsistent data in your E-R Model. There are some benefits to normalization one of them is the prevention of modification anomalies in the data. Anomalies can lead to the loss of critical data in your E-R Model; normalization will help organize your data, which will prevent redundancy in your E-R Model. Normalization also maintains and establishes the integrity of your data tables and should eliminate inconsistencies in your data dependencies.…

    • 641 Words
    • 3 Pages
    Good Essays
  • Good Essays

    Your Affiant identified the owner/operator (James MCMAHON from here on known as the defendant) to be suspended/revoked which was verified through PennDot driving records.…

    • 446 Words
    • 2 Pages
    Good Essays
  • Satisfactory Essays

    Dcm 308

    • 353 Words
    • 2 Pages

    Explain how individuals with dementia may communicate through their behaviour. Some residents use physical aggression to communicate to get attention, some use verbal abuse aswel.…

    • 353 Words
    • 2 Pages
    Satisfactory Essays
  • Better Essays

    Vehicle information management system have being developed, which is based on conventional database. However previous system cannot efficiently put all license, registration and insurance detail into one management system. The current online vehicle information management system consist of distinct platform for registration, licensing, insurance policy and toll fee system. (springer, 2015)…

    • 932 Words
    • 4 Pages
    Better Essays

Related Topics