Data structures in databases at three levels: physical, logical, and conceptual.

image.png


1. Conceptual Level (High-Level / Global View)

Purpose: Shows what data is stored in the database, without worrying about how it’s stored.

Example:

Diagram: Entity-Relationship Diagram (ERD) is often used.

Key Point: Conceptual = “what the data is”, not how it’s stored.


2. Logical Level (Schema / Structure)

Purpose: Shows how data is organized logically inside a DBMS, without caring about physical storage.

Example (Relational Schema):