Data model: Difference between revisions

Content deleted Content added
Line 26:
== Tools for Creating a Data model for an Application ==
 
While simple data models consisting of few tables or objects can be created "manually" large applications need a more systematic approach. The [[Entity-Relationship Model]] method is used to establish a ___domain specific data model. Other methods like the [[Functional Data Model]] and [[Object Role Modeling]] (ORM) also describe subsets/aspects of a data model and the application based on it. The [[Unified Modeling Language]] (UML) is another method more related to object-oriented data models. Especially the "Object Model" part has a number of parallel representations with the Entity-Relationship Model.
 
[[Category:Data modeling]]