Using MIS (10th Edition)
Using MIS (10th Edition)
10th Edition
ISBN: 9780134606996
Author: David M. Kroenke, Randall J. Boyle
Publisher: PEARSON
Expert Solution & Answer
Book Icon
Chapter 5.8, Problem 5.6ARQ

Explanation of Solution

Three components of database design:

The three components of the database design are as follows:

  • Tables
    • When data are organized in rows and columns, it is called as table.
  • Relationship
    • The relationship laid between two tables are established using a row.
  • Metadata
    • Metadata gives information about other data or simply, it is a data about the data.

Normalization:

When an unstructured table is converted in a way to form one or more properly structured table is called as normalization.

Importance of the normalization:

The main purpose of normalization is to convert the unstructured table into structured table and the importances to perform normalization are as follows:

  • Eliminate data redundancy.
  • Isolating the data such that any changes made in the table does not affect other contents.
  • Ensures proper data dependencies.
  • Makes data to be consistent through the table.

Data integrity problem:

Data integrity problem arises when the accuracy and consistency of the data stored in the database is not maintained.

  • Consider the information present in a table needs to be updated and that change should be reflected to the entire database contents and if the contents are not properly updated then the data integrity problem arises.

Consequence of data integrity problem:

The main consequence of the data integrity problem is that the data contents present in the table are not properly updated and any action that needs to be processed for that table and those contents can produce inconsistency in the results.

  • The results obtained from that table will be incorrect and inconsistent.

Example table with data integrity problem:

Consider the below table named “Bank” with the necessary contents:

Table name: Bank

Name Date_of_join Branch_id BranchName
James Mar 3,2014 101 S1B
Rita Jan 22,2011 100 MB
Ron Oct 2,2000 108 S8B
joules Aug 21,2002 100 MB
Zita Jan 22,2011 100 MB
Larry Apr 2,2000 108 S8B

In the above the table, the name of the branch “MB” has to be changed to “MSB”:

Table name: Bank

Name Date_of_join Branch_id BranchName
James Mar 3,2014 101 S1B
Rita Jan 22,2011 100 MSB
Ron Oct 2,2000 108 S8B
joules Aug 21,2002 100 MB
Zita Jan 22,2011 100 MSB
Larry Apr 2,2000 108 S8B

In the above table, the highlighted content of the table is found to be improperly updated and will lead to data integrity problem. When the data of the account holders whose branch name of “MSB” needs to be counted but since the data has been improperly updated the count of the result produced will be incorrect and to avoid this kind of problem normalization is the best choice.

Normalization of a table:

The above table “Bank” is being normalized to avoid the data integrity problem and needs to be split into two tables to obtain data consistency in them.

Table name: Bank

Name Date_of_join Branch_id
James Mar 3,2014 101
Rita Jan 22,2011 100
Ron Oct 2,2000 108
joules Aug 21,2002 100
Zita Jan 22,2011 100
Larry Apr 2,2000 108

Table name: NameofBranch

Branch_id BranchName
100 MSB
101 S1B
108 S8B

Therefore, from the above table, the redundancy of the data is being avoided, thus avoiding the inconsistency with the contents of the table...

Blurred answer
Students have asked these similar questions
1 what does the acronym DBLC mean,what are the phases of the DBLC? 2.what is the minimal data rule in conceptual design? Why is it important? 3.discuss the distinction between top down and bottom up approaches in database design? 5. What are business rules ? Why are they important to a database designer? 5.what is the data dictionary's function in database design? 6. What steps are required in the development of an ER diagram? 7. What factors are important in DBMS software selection? 8. List briefly explain four steps performed during the logical design stage. 9.list and briefly explain the three steps performed during physical design stage. 10.what three levels of backup may be used in database recovery management? Briefly describe what each backup level does?
Discuss normalization in the context of database design. What are the different normal forms, and why is normalization important for database performance and data integrity?
Explain the concept of normalization in database design. How does it help in reducing data redundancy and improving data integrity?
Knowledge Booster
Background pattern image
Recommended textbooks for you
Text book image
Principles of Information Systems (MindTap Course...
Computer Science
ISBN:9781305971776
Author:Ralph Stair, George Reynolds
Publisher:Cengage Learning
Text book image
Fundamentals of Information Systems
Computer Science
ISBN:9781337097536
Author:Ralph Stair, George Reynolds
Publisher:Cengage Learning
Text book image
Database Systems: Design, Implementation, & Manag...
Computer Science
ISBN:9781285196145
Author:Steven, Steven Morris, Carlos Coronel, Carlos, Coronel, Carlos; Morris, Carlos Coronel and Steven Morris, Carlos Coronel; Steven Morris, Steven Morris; Carlos Coronel
Publisher:Cengage Learning
Text book image
Database Systems: Design, Implementation, & Manag...
Computer Science
ISBN:9781305627482
Author:Carlos Coronel, Steven Morris
Publisher:Cengage Learning