Data model: Difference between revisions

Content deleted Content added
See also: avoid redirect
No edit summary
Line 28:
== 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 [[Objectobject Rolerole Modelingmodeling]] (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]]