Wednesday 15 June 2011

Physical Data Modeling


Features of physical data model include:
  • Specification all tables and columns.
  • Foreign keys are used to identify relationships between tables.
  • Demoralization may occur based on user requirements.
  • Physical considerations may cause the physical data model to be quite different from the logical data model.
At this level, the data modeler will specify how the logical data model will be realized in the database schema.
The steps for physical data model design are as follows:
  1. Convert entities into tables.
  2. Convert relationships into foreign keys.
  3. Convert attributes into columns.
  4. http://www.learndatamodeling.com/dm_standard.htm
  5. Modeling is an efficient and effective way to represent the organization’s needs; It provides information in a graphical way to the members of an organization to understand and communicate the business rules and processes. Business Modeling and Data Modeling are the two important types of modeling.

No comments:

Post a Comment