Introduction
  • Introduction
Database Basics
  • Overview
  • What is a Database?
  • Different Types of Databases
  • The Process of Database Design
Normalizing
  • Overview
  • What is Normalization?
  • Basic Steps to Normalization
  • A. Brainstorm
  • B. Organize
  • C. Eliminate Repetition
  • D. Assign Relationships
  • D1. One to One Relationship
  • D2. One to Many Relationship
  • D3. Many to Many Relationship
  • Relating Tables with IDs
  • Examples of Bad Design
  • Examples of Good Design
  • Design Rules
Conclusion
  • Conclusion