data modeling database design

2011-08-28 3:24 am
data modeling與database design 有分別嗎? 以及conceptual data model跟databse design 有什麼關係?

回答 (1)

2011-08-29 4:29 am
✔ 最佳答案
Data modeling is a method used to define and analyze data requirements needed to support the business processes of an organization. The data requirements are recorded as a conceptual data model with associated data definitions. Actual implementation of the conceptual model is called a logical data model. To implement one conceptual data model may require multiple logical data models.

Database design is the process of producing a detailed data model of a database. This logical data model contains all the needed logical and physical design choices and physical storage parameters needed to generate a design in a Data Definition Language, which can then be used to create a database. A fully attributed data model contains detailed attributes for each entity.

The term database design can be used to describe many different parts of the design of an overall database system. Principally, and most correctly, it can be thought of as the logical design of the base data structures used to store the data.

Database design is part of the process in the data modeling.


收錄日期: 2021-04-13 18:12:00
原文連結 [永久失效]:
https://hk.answers.yahoo.com/question/index?qid=20110827000051KK00946

檢視 Wayback Machine 備份