- 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.
- Java 9 Concurrency Cookbook(Second Edition)
- Java技術手冊(原書第7版)
- Java:Data Science Made Easy
- PLC編程及應用實戰(zhàn)
- Hands-On Functional Programming with TypeScript
- The Complete Coding Interview Guide in Java
- Mastering Android Development with Kotlin
- ArcGIS for Desktop Cookbook
- Django實戰(zhàn):Python Web典型模塊與項目開發(fā)
- 小程序從0到1:微信全棧工程師一本通
- Python數(shù)據(jù)可視化之美:專業(yè)圖表繪制指南(全彩)
- Delphi開發(fā)典型模塊大全(修訂版)
- H5+移動營銷設計寶典
- 讓Python遇上Office:從編程入門到自動化辦公實踐
- 循序漸進Vue.js 3前端開發(fā)實戰(zhàn)