Data modeling: Difference between revisions

Content deleted Content added
KeyStroke (talk | contribs)
No edit summary
Line 1:
In [[computer science]], '''data modeling''' is the process of structuring and organizing data, typically using a [[database management system]].
 
Managing large quantities of structured and unstructured data is a primary function of information systems. Data models describe structured data for storage in data management systems such as relational databases. They typically do not describe unstructured data, such as [[Word processor|word processing]] documents, [[Email|email messages]], pictures, digital audio, and video. Early phases of many software development projects emphasize the design of a [[Conceptual schema|conceptual data model]]. Such a design can be detailed into a [[logical data model]]. In later stages, this model may be translated into [[physical data model]].
 
==Data model==
Line 31:
* [[Artificial neural network]]s
 
==See also==
* [[Abstraction (computer science)]]
* [[Ordinal fraction]]
 
==External links==
* [http://www.essentialstrategies.com/publications/modeling] for articles on the subject.
* [http://www.databaseanswers.com/modelling_tools.htm Data Modelling Tools] from DatabaseAnswers.com
* Article [http://www.methodsandtools.com/archive/archive.php?id=9 Database Modelling in UML] from [http://www.methodsandtools.com/ Methods & Tools]
* [http://www.datamodel.org/DataModelDictionary.html Data Modelling Dictionary]