Database Normalization: Enhancing Data Efficiency

schema builder cs4221 group p12 n.w
1 / 12
Embed
Share

Learn about the importance of normalization in databases to reduce redundancy and improve data access speed and accuracy. Explore various normal forms such as 2NF, 3NF, EKNF, and BCNF, and understand how to apply them. Discover a tool for normalizing universal relations and overcoming limitations in MySQL.

  • Database
  • Normalization
  • Efficiency
  • Data Management
  • Database Design

Uploaded on | 0 Views


Download Presentation

Please find below an Image/Link to download the presentation.

The content on the website is provided AS IS for your information and personal use only. It may not be sold, licensed, or shared on other websites without obtaining consent from the author. If you encounter any issues during the download, it is possible that the publisher has removed the file from their server.

You are allowed to download the files provided on this website for personal or commercial use, subject to the condition that they are used lawfully. All files are the property of their respective owners.

The content on the website is provided AS IS for your information and personal use only. It may not be sold, licensed, or shared on other websites without obtaining consent from the author.

E N D

Presentation Transcript


  1. Schema Builder CS4221 - Group P12

  2. Why normalization? To reduce data redundancy so that when accessing the data, it will be faster, more efficient and more accurate with the expected data produced.

  3. Normal Forms Type of Normal Forms: Second Normal Form Third Normal Form Elementary Key Normal Form Boyce-Codd Normal Form

  4. Second Normal Form (2NF) for every functional dependency X {A}+: X {A} is trivial or X is not a proper subset of a candidate key or A is a prime attribute

  5. Third Normal Form (3NF) for every functional dependency X {A}+: X {A} is trivial or A is a prime attribute or X is a superkey

  6. Elementary Key Normal Form (EKNF) for every functional dependency X {A}+: X {A} is trivial or A is an elementary prime attribute or X is a superkey

  7. Boyce-Codd Normal Form (BCNF) for every functional dependency X {A}+: X {A} is trivial or X is a superkey

  8. Our Application Case tool to normalize Universal Relations Can normalize to 2NF, 3NF, ENKF, BCNF Creates the schema in a DB if accepted

  9. Demo

  10. How does it work? Uses Armstrong s Axioms to get all FDs Goes through all FDs for violations Finds foreign keys before adding to DB

  11. Limitations Uses NP Complete algorithms No 4NF support Constrained to MySQL limitations

  12. Thank You!

Related


More Related Content