Answers for "Explain Entity, Entity Type, and Entity Set in DBMS?"

1

Explain Entity, Entity Type, and Entity Set in DBMS?

Entity :
It is something which has real existence. 
We may say each tuple is an entity.

Entity Type :
It is collection of entity having common attribute. 
We may say a table is an entity type.

Entity SET :
It is a set of entities of same entity type.
Posted by: Guest on July-10-2021

Browse Popular Code Answers by Language