Lesson 4 Relational Data Model
Lesson 4 Relational Data Model
DATA MODEL
Objectives:
-Illustrate the structure of the
relational model.
-Create tables using design
view.
-Discover different keys used
in the
Relational model.
Data Model – an abstract way of describing how
data are organized.
Relational Data Model – data Model where data
are arranged in tables that are connected by
links (considered as relationships).
Relationship – link or connection between two
entities in a relational database.
Primary Key – field or set of fields that uniquely
identify a record in a table
Foreign Key – field in a table that corresponds to
the primary key column of another table.
Cardinality – The number of records that can be
related to each other.
Composite key – a key that is composed of two or
more attributes.
Data Type –Indicates the kind of values a
field can contain.