- Learning PostgreSQL 11
- Salahaldin Juba Andrey Volkov
- 138字
- 2021-07-02 13:11:40
Data modeling
Data models describe real-world entities such as customer, service, products, and the relation between these entities. Data models provide an abstraction for the relations in the database. Data models aid the developers in modeling business requirements and translating business requirements to relations. They are also used for the exchange of information between the developers and business owners.
In the enterprise, data models play a very important role in achieving data consistency across interacting systems. For example, if an entity is not defined, or is poorly defined, then this will lead to inconsistent and misinterpreted data across the enterprise. For instance, if the semantics of the customer entity are not defined clearly, and different business departments use different names for the same entity such as customer and client, this may lead to confusion in the operational departments.
- Python數據分析入門與實戰
- 深入淺出Prometheus:原理、應用、源碼與拓展詳解
- Learning Flask Framework
- Apache Karaf Cookbook
- Kinect for Windows SDK Programming Guide
- Unity 5.x By Example
- Programming with CodeIgniterMVC
- Unity&VR游戲美術設計實戰
- Django實戰:Python Web典型模塊與項目開發
- Java Web應用開發給力起飛
- PyQt編程快速上手
- Learning Android Application Testing
- C語言編程魔法書:基于C11標準
- Moodle 3.x Developer's Guide
- Raspberry Pi開發實戰