0% found this document useful (0 votes)
38 views

Entity Entity Set Entity Type

Each tuple in the document represents an entity, with attributes. An entity type describes a collection of entities that share common attributes, similar to a table in a database with rows as entities and columns as attributes. An entity set is a collection of one or more entities of the same entity type, analogous to the records or rows in a table.

Uploaded by

ramscrown
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
38 views

Entity Entity Set Entity Type

Each tuple in the document represents an entity, with attributes. An entity type describes a collection of entities that share common attributes, similar to a table in a database with rows as entities and columns as attributes. An entity set is a collection of one or more entities of the same entity type, analogous to the records or rows in a table.

Uploaded by

ramscrown
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
You are on page 1/ 7

Entity

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

An object with physical existence.


E.g. a lecturer, a student, a car

An object with conceptual


existence.
E.g. a course, a job, a position
Entity Record

Entity Type Table

Entity Set Set of Records

You might also like