Data Model ss2
Data Model ss2
DATA PROCESSING
SS 2
A data model is an abstract model that organizes elements of data and standardizes how
they relate to one another and to the properties of real-world entities. For instance, a data
model may specify that the data element representing a car be composed of a number of
other elements which, in turn, represent the color and size of the car and define its owner.
The corresponding professional activity is called generally data modeling or, more
specifically, database design. Data models are typically specified by a data expert, data
specialist, data scientist, data librarian, or a data scholar. A data modeling language and
notation are often represented in graphical form as diagrams.
A data model can sometimes be referred to as a data structure, especially in the context
of programming languages. Data models are often complemented by function models,
especially in the context of enterprise models.
A data model explicitly determines the structure of data; conversely, structured data is data
organized according to an explicit data model or data structure. Structured data is in
contrast to unstructured data and semi-structured data.
Data models describe how a database's logical structure is represented. In a database management
system, data models are essential for introducing abstraction. Data models specify how data is linked
to one another, as well as how it is handled and stored within the system.
2. Network model
4. Relational model.
The relational model (RM) is an approach to managing data using a structure and
language consistent with first-order predicate logic, first described in 1969 by English
computer scientist Edgar F. Codd, where all data is represented in terms of tuples,
grouped into relations. A database organized in terms of the relational model is
a relational database.
WEEK 2