Entity Entity Set Entity Type
Entity Entity Set Entity Type
Entity Set
Entity Type
Emp Ena Sala
no me ry tuple
101 Raja 1000 1-
n ti t
102 Roja 2000 tuEple
2y
1.Each tuple is an entity
2.Each entity will have
attributes
3. entity type in a database is
described by a name and with
attributes
Entity
It is something which has real existence. Like tuple1
contains information about Ram(id, name and Age)
which has existence in real world . So the tuple1 is an
entity. So we may sayeach tuple is an entity.
Entity Type
It is collection of entity having common attribute. As in
Student table each row is an entity and have common
attributes. SoSTUDENTis an entity type which
contains entities having attributes id, name and
Age.Also each entity type in a database is described by
a name and a list of attribute.So we may saya table
is an entity type
Entity SET
It is a set of entities of same entity type. so a set of
one or more entities of Student Entity type is an Entity
Set.
An entity type may be