Data model: Difference between revisions

Content deleted Content added
Anca (talk | contribs)
Line 24:
For a specific application tables (objects, relations, ..., the naming conventions depend on the general model) are defined, for example "customer", "order", "item" as well as relations between them ("customer orders items").
 
If a relational model is used, sets of specific constraints[[constraint]]s ([[candidate key]]s, [[foreign key]]s) have to be defined (using the appropriate language as defined for the general model, e.g. [[SQL]]).
 
== Tools for creating a data model for an application ==