You are on page 1of 8

Relational Model

Alcantar Melo Steven Yoskar 202118642


Avalos Hernández Juan Manuel 202118535
Axel Hernandez Garcia 202118468
Pérez González Ángel Jesús 202118342
Define the entity-relationship model
• An entity-relationship diagram or model is a data model
tool that allows representing the relevant entities of an
information system as well as their interrelationships and
properties.
Types of relationships

The type of relationship is defined by taking the maximums of the cardinalities


involved in the relationship. There are four possible types:

One by one
An entity in A is uniquely
related to an entity in B
and viceversa.
Several to one One to Many
An entity in A is exclusively An entity in A is related to zero or many
related to one entity in B. But an entities in B. But an entity in B is related to a
entity in B can be related to 0 or single entity in A
many entities in A.
Many to Many
An entity in A can be related to 0 or many
entities in B and vice versa.
Who created the relational model?

Edgar Frank "Ted" Codd was an English


computer scientist (August 19, 1923 - April
18, 2003), known for creating the relational
database model.
Relational Model

Advantages Disadvantages
Impossibility of representing knowledge in the
This model is currently the most widely used to reduce data form of rules.
management problems. data dynamically.

Lack of property inheritance mechanisms (and of


In this model, where and how the data is stored is irrelevant. course methods).

Lack of expressive power (for example, to


The information can be retrieved or stored by means of
represent hierarchies).
queries, which offer a wide flexibility and power to manage
the information.
Difficulty managing non-atomic data (for
example, the structured values ​of a feature
The data can be accessed concurrently by many people. structure).
Bibliographies

.http://es.wikipedia.org/wiki/Modelo entidad-relaci%C3%B3n

http://www.alegsa.com.ar/Dic/relacion.php

.http://informaticajonathan.blogspot.com/2010/04/pasos-para-el-procesode diseno-de-
una.html

.http://silviissteban.files.wordpress.com/2010/04/grafik12.jpg

You might also like