02 Database Concepts and Architecture
02 Database Concepts and Architecture
Architecture
Week 2
Week 2: Database Systems Concepts and
Architecture
1. Relational Model
2. Hierarchical Model
3. Network Model
4. Object-oriented Model
a. Physical Schema
- The physical schema defines how data is physically stored on a storage medium, such
as disk or memory. It includes details like file organization, indexing, and data
partitioning.
b. Logical Schema
- The logical schema defines the logical organization of the database, including tables,
columns, relationships, and constraints. It is independent of the physical storage
details.
c. Conceptual Schema
- The conceptual schema provides an abstract, high-level view of the entire database. It
focuses on the overall structure and organization of data without delving into
implementation details
3. Instance