DATABASE SYSTEMS (LL)-W/ACCESS>CUSTOM<
DATABASE SYSTEMS (LL)-W/ACCESS>CUSTOM<
15th Edition
ISBN: 9781337762328
Author: Coronel
Publisher: CENGAGE C
bartleby

Concept explainers

Question
Book Icon
Chapter 6, Problem 3RQ
Program Plan Intro

Normalization:

The process used to minimize data redundancy and dependency in a relational database is known as normalization.

  • The database table is divided into two or more tables and defines the relationship between those tables.
  • If the modifications, deletion or updates occur in one table, the other tables in database get updated by just propagating it.
  • In a relational database, the tables with no redundant data and less null values are considered as efficient table.
    • This is because, having redundant data and more null values increases the storage space and wastage of memory is imminent.
    • Null values cause a problem for data integrity and produces more error in the database.
  • If the wasted storage space and null values which cause data integrity hazards are minimized, a highly optimized relational database can be designed.
  • The project team should consider using normalization when designing the database, which is the best source to optimize data storage efficiently; this is because, it reduces the data storage space and provides data integrity.
  • There are three types of normal forms.
    • First normal form (1NF)
    • Second normal form (2NF)
    • Third normal form (3NF)

Blurred answer
Students have asked these similar questions
Are these tables in 3NF? If not, how would you tranform them into 3NF? The topic is Normalization.
What exactly is a Parent table?
What exactly are aggregate tables?
Knowledge Booster
Background pattern image
Computer Science
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Recommended textbooks for you
Text book image
Database System Concepts
Computer Science
ISBN:9780078022159
Author:Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Publisher:McGraw-Hill Education
Text book image
Starting Out with Python (4th Edition)
Computer Science
ISBN:9780134444321
Author:Tony Gaddis
Publisher:PEARSON
Text book image
Digital Fundamentals (11th Edition)
Computer Science
ISBN:9780132737968
Author:Thomas L. Floyd
Publisher:PEARSON
Text book image
C How to Program (8th Edition)
Computer Science
ISBN:9780133976892
Author:Paul J. Deitel, Harvey Deitel
Publisher:PEARSON
Text book image
Database Systems: Design, Implementation, & Manag...
Computer Science
ISBN:9781337627900
Author:Carlos Coronel, Steven Morris
Publisher:Cengage Learning
Text book image
Programmable Logic Controllers
Computer Science
ISBN:9780073373843
Author:Frank D. Petruzella
Publisher:McGraw-Hill Education