DBMS
Programming and Technical
Programming
Technical
What is difference between entity set and entity type?
Read Solution (Total 3)
-
- A set of entities that have the same attributes is called an entity type. Each entity type in the database is described by a name and a list of attributes.
The individual entities of a particular entity type are grouped into a collection or entity set, which is also called the extension of the entity type. - 10 years agoHelpfull: Yes(0) No(0)
- entity set is the set of attributes like emp_id,emp_name,emp_address .but entity type is what is domain value that we have defined for attribute .
for example emp_id can be integet ,char varchar - 6 years agoHelpfull: Yes(0) No(0)
- entity type means data type of entity numeric, char etc
and entity set is set of attribute that are interrelated. - 6 years agoHelpfull: Yes(0) No(0)
DBMS Other Question