Skip to content
Sahithyan's S3
1
Sahithyan's S3 — Database Systems

Design

Process of designing a database’s structure.

Deciding on the physical layout of the database.

Deciding on the database schema. Affected by business decisions and computer science considerations.

This module focuses on the logical design.

Entity-Relationship Model is used widely.

A technique used to ensure the quality of a database design. Explained briefly in Normalization.

Architecture of a database system is influenced by the underlying computer system.

Examples:

  • Centralized
  • Client-server
  • Parallel
  • Distributed