Preview

Database Normalization and Service Request Sr-ta-001

Satisfactory Essays
Open Document
Open Document
329 Words
Grammar
Grammar
Plagiarism
Plagiarism
Writing
Writing
Score
Score
Database Normalization and Service Request Sr-ta-001
Service Request Memo Normalization
Cynthia Erney
Database Concepts DBM/381
August 21, 2012
Nongxin Rao, PhD

To: the Technical Services/Logistics Manager at Taylor Ambulance
RE: Service Request SR-ta-001 Scheduling System Database
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.
Sincerely,
Cynthia K Erney

employees who will use the new database some extensive seminars, or other form of training to ensure that users have the knowledge on how the system will work. This will decrease redundancy and decrease data entry errors. I look forward to hearing from you regarding your thoughts, and concerns, with the database.
Sincerely,
Cynthia

You May Also Find These Documents Helpful

  • Satisfactory Essays

    PT2520 Week 3 Forum

    • 190 Words
    • 1 Page

    Normalization process you and will need to examine a business application. In this case you need to explore the simplified database activities of a company that manages several building projects each project has its own project number, names of employees assigned to it and so on. Each employee has an employee number, name and job classification such as engineer or computer technician.…

    • 190 Words
    • 1 Page
    Satisfactory Essays
  • Satisfactory Essays

    BRIEF STATEMENT OF EXPECTED SOLUTION New database must be designed to store work records. Integrate and redesign current client data to the new database. After the new system is implemented, clients will be able to submit service requests, consultants can have access to all client information and remotely access client information.…

    • 782 Words
    • 5 Pages
    Satisfactory Essays
  • Satisfactory Essays

    3. Normalization: The database model will be completed and all last minute changes adjusted and any lasting questions answered.…

    • 358 Words
    • 2 Pages
    Satisfactory Essays
  • Satisfactory Essays

    Scope This project will upgrade the company’s database system within Human Resources. All database information will now be stored on the new database server that will be installed at the main headquarters. The database servers that are already installed at each local site will be reconfigured to send and receive updates to the main server so that all database servers are mirrored. Hard disk drive space will be upgraded to account for database growth at each location. Employees that require access to this database will need approval from the Human Resources department to protect employee information. This project will not update the actual database software but will reconfigure the software to be accessible across the company network as well as combine all database information into one large database. A new task of nightly backups will be initiated at the main headquarters once the new database setup is completed.…

    • 667 Words
    • 3 Pages
    Satisfactory Essays
  • Satisfactory Essays

    Client knowledge and skill The database needs to be adjusted so that the client can adapt to it and use it correctly, for this to happen the database needs to be designed around the client’s knowledge and skill…

    • 373 Words
    • 2 Pages
    Satisfactory 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

    Ddi Assignment

    • 1279 Words
    • 6 Pages

    University of Greenwich BSc (Hons) in Computing COMP1302 Database Design and Implementation Coursework Name: Student ID: Date:…

    • 1279 Words
    • 6 Pages
    Powerful Essays
  • Better Essays

    Database

    • 1251 Words
    • 6 Pages

    6 Task 3 7 3.1 The eight stages of the database design process 7 Conclusion…

    • 1251 Words
    • 6 Pages
    Better Essays
  • Satisfactory Essays

    System Design. a) b) c) d) Introduction. Database Normalization. Table Structure. Menu And Forms Design. Introduction. White Box Testing. Black Box Testing. GUI Testing.…

    • 3891 Words
    • 16 Pages
    Satisfactory Essays
  • Good Essays

    Normalization Process

    • 1486 Words
    • 6 Pages

    * Database design Normalizing a Database Normalization is a process of reducing redundancies of data in a database. Normalization is a technique that is used when designing and redesigning a database. Normalization is a process or set of guidelines used to optimally design a database to reduce redundant data. The actual guidelines of normalization, called normal forms, will be discussed later in this hour. It was a difficult decision to decide whether to cover normalization in this book because of the complexity involved in understanding the rules of the normal forms this early on in your SQL journey. However, normalization is an important process that, if understood, will increase your understanding of SQL. We have attempted to simplify the process of normalization as much as possible in this hour. At this point, don't be overly concerned with all the specifics of normalization; it is most important to understand the basic concepts.…

    • 1486 Words
    • 6 Pages
    Good Essays
  • Good Essays

    Logical Design Pt. 2

    • 641 Words
    • 3 Pages

    Logical Design Part 2 CIS 111 August 30, 2013 Hello sirs, my name is , it has come to my attention that there are some misconceptions about the value in normalizing your database. I wanted to write this correspondence to address any concerns that you may have about flexibility while entering your data into the system. This letter is to assure you and the other members of your executive board that you will have some flexibility within your E-R Model.…

    • 641 Words
    • 3 Pages
    Good Essays
  • Good Essays

    Service Request SR-ht-003 DBM/380 Principle and Importance of Normalization The database normalization is a technique that is used to organize the contents in the tables for transactional databases and also data warehouses. The normalization is a portion of designing the database with success, without this the database systems may be inaccurate, inefficient, slow, and they may not create the data that is expected. Following a SQL Server installation that is successful a database will need to be created that will hold the data. After the database framework has been created, the files must be organized in a way that can be easily managed. The primary tool that will help organize the data will be the table that will look like a two-dimensional structure that encompasses rows and columns. When the database is normalized there will be four goals to maintain. These goals will be to organize data in logical groupings that each group will describe a small part of the whole; lessening the amount of duplicated data that is saved in the database; organize the data that so that when it is modified the change can be made in only one place; also building a database where the data can be accessed and manipulated quickly, efficiently, and without compromising the integrity of the data that is stored.…

    • 752 Words
    • 3 Pages
    Good Essays
  • Good Essays

    CMGT 400 Week 1 DQs

    • 676 Words
    • 3 Pages

    Objective The project for CIS336 is designed to touch all aspects of the fundamental concepts of database design and logical data modeling covered during the class. The project is team centered and each team will be responsible for designing, developing, and demonstrating the functionality of a database created based on a defined set of business specifications. At the end of the session, each project team will submit the database designed by the team and demonstrate the database's ability to deliver the required information as outlined in the project specifications. All aspects of the project will be ...…

    • 676 Words
    • 3 Pages
    Good Essays
  • Good Essays

    Database Normalization

    • 344 Words
    • 2 Pages

    Although, data is separated into different and more complex tables during normalization, the process of normalizing a database can help to organize data more efficiently by minimizing redundancy and providing more accurate records. During the process, column and field names are consolidated into more specific ones to avoid repetition of data. In many cases, tables are divided into two or more tables and linked via a relationship using their Primary Keys and/or Foreign Keys. The main goal is to allow each table to be updated individually without directly affecting the information contain within the fields of other tables (www.webopedia.com).…

    • 344 Words
    • 2 Pages
    Good Essays
  • Satisfactory Essays

    * Case of a Construction Company * Building project -- Project number, Name, Employees assigned to the project.…

    • 989 Words
    • 4 Pages
    Satisfactory Essays

Related Topics