- Learning PostgreSQL 10(Second Edition)
- Salahaldin Juba Andrey Volkov
- 185字
- 2021-07-02 22:42:05
Data model perspectives
Data model perspectives are defined by ANSI as follows:
- Conceptual data model: Describes the domain semantics, and is used to communicate the main business rules, actors, and concepts. It describes the business requirements at a high level and is often called a high-level data model.
- Logical data model: Describes the semantics for a certain technology, for example, the UML class diagram for object-oriented languages.
- Physical data model: Describes how data is actually stored and manipulated at the hardware level such as storage area network, table space, CPUs, and so on.
According to ANSI, this abstraction allows changing one part of the three perspectives without amending the other parts. One could change both the logical and the physical data models without changing the conceptual model. To explain, sorting data using bubble or quick sort is not of interest for the conceptual data model. Also, changing the structure of the relations could be transparent to the conceptual model. One could split one relation into many relations after applying normalization rules, or by using enum data types in order to model the lookup tables.
推薦閱讀
- 平面設計初步
- Deep Learning Quick Reference
- Dreamweaver 8中文版商業案例精粹
- Learning Apache Cassandra(Second Edition)
- 智能工業報警系統
- AWS Certified SysOps Administrator:Associate Guide
- 網絡組建與互聯
- 啊哈C!思考快你一步
- Hands-On Business Intelligence with Qlik Sense
- 分布式Java應用
- MySQL Management and Administration with Navicat
- Cisco UCS Cookbook
- 輸送技術、設備與工業應用
- 機器人手工制作
- 計算機仿真技術