Database Fundamentals: Comparing Relational, Hierarchical, and Network Models
Classified in Computers
Written on in
English with a size of 3.35 KB
1. Data Models and Conceptual Schemes
The conceptual scheme within the ANSI/X3/SPARC framework aims to define the data and the relationships between them that will be computerized in a particular organization, subsequently translating this into a canonical schema. The primary challenge is defining the set of entities to be stored in the database (DB), a task dependent solely on the Database Administrator (DBA).
Recall the three conceptual models, often called semantic models:
- MER (Entity-Relationship Model)
- Binary Model
- RMT (Semantic Model)
Once the conceptual design is complete, the process moves to the logical design or definition of the canonical schema. This translation process is performed using logic models, also known as data models. The most... Continue reading "Database Fundamentals: Comparing Relational, Hierarchical, and Network Models" »
