Database Fundamentals/Normalization

< Database Fundamentals

This lesson introduces normalization.

Objectives and Skills

Objectives and skills for the normalization portion of Microsoft Exam 98-364 Database Fundamentals include:[1]

Readings

  1. Read Wikipedia: Database normalization.

Multimedia

  1. Watch Microsoft Virtual Academy: Relational Concepts.
  2. Watch YouTube: Normalization.
  3. Watch YouTube: Physical Database Design Methodology.

Activities

  1. While using the types of entities based on the College database (student, course, instructor), convert the entities to an equivalent collection of tables that are normalized and are in fourth normal form.
    • Using this information, convert the unnormalized relation to fourth normal form:
      • Create an example of a table that is in first normal form, but not in second normal form.
      • Create an example of a table that is in second normal form but not in third normal form.
      • Create an example of a table that is in third normal form but not in fourth normal form.

Lesson Summary

Key Terms

fifth normal form (5NF)
first normal form (1NF)
form
fourth normal form (4NF)
normalization
normal forms (NF)
redundant data
second normal form (2NF)
third normal form (3NF)

References

This article is issued from Wikiversity - version of the Friday, March 11, 2016. The text is available under the Creative Commons Attribution/Share Alike but additional terms may apply for the media files.