answersLogoWhite

0


Best Answer

entity is a thing in the real world with an independent existance. and entity set is collection or set all entities of a particular entity type at any point of time.

take an example:

a company have many employees ,and these employees are defined as entities(e1,e2,E3....) and all these entities having same attributes are defined under ENTITY TYPE employee.and set{e1,e2,.....} is called entity set.

we can also understand this by an anology .

entity type is like fruit which is a class .we havn't seen any "fruit"yet though we have seen instance of fruit like "apple ,banana,mango etc.hence..

fruit=entity type=EMPLOYEE

apple=entity=e1 or e2 or e3

enity set= bucket of apple,banana ,mango etc={e1,e2......}

User Avatar

Wiki User

βˆ™ 13y ago
This answer is:
User Avatar
More answers
User Avatar

Wiki User

βˆ™ 15y ago

i am also having the same doubt please tell me the answers if u know

This answer is:
User Avatar

User Avatar

Wiki User

βˆ™ 11y ago

an entity type is a declaration that is used to represent fixed data.

This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: Define entity sets in dbms
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What is weak entity sets in dbms?

An entity set may not have sufficient attributes to form a primary key is called weak entity set. One with primary key is called strong entity set.


What is difference between generalization and specialization in DBMS?

DBMS: Data Base Management Systemgeneralization and specialization are important relationships that exist betweena higher level entity set and one or more lower level entity sets.1. generalization is the result of taking the union of two or more lower level entity sets to produce a higher level entity sets.specialization is the results of taking subsets of a higher level entity set to form a lower level entity sets.2. In generalization,each higher level entity must also be a lower level entity.In specialization,some higher level entities may not have lower-level entity sets at all.3. Specialization is a Top Down process where as Generalization is Bottom Up process.


Define key in dbms with example?

Supper Key- s a set of one or more attributes that taken collectively and allow us to identify entities with in entity set.


Define attribute in dbms?

In DBMS a table contains one or more columns there columns are the attribute in DBMS FOR EXAMPLE---say you have a table named "employee information"which have the following columns ID,NAME,ADDRESS THEN id ,name address are the attributes of employee..................


What is meant by specialization dbms?

the process of designating subgroupingswithin an entity set


What is relation instance in DBMS?

In DBMS, a relation instance refers to a particular set of data rows within a database table at a given point in time. It represents the actual values stored in the database for that specific table. Each row in a relation instance corresponds to a record or tuple within the table, containing values for each attribute.


What is meant by specialization in dbms?

Specialization in DBMS refers to the process of dividing a superclass into multiple subclasses based on specific characteristics. Each subclass inherits attributes and relationships from the superclass, allowing for more specific data modeling and organization. Specialization helps to represent complex data structures in a more organized and efficient manner.


Give entity relation diagram for hospital system in dbms?

d_id,d_name


How do you convert an entity relationship diagram to a table?

converting er diagram to table in dbms?


Why do we need weak entity sets?

why do we need weak entity in database when we can make it strong entity?


Can weak entity be converted into strong entity in DBMS?

A weak entity set can always be make into strong entity set by adding to its attribute of its identifying entity set. For a weak entity set, we add columns to the table corresponding to the primary key of the strong entity set on which the weak set is dependent.


Dbms and rdbms?

A DBMS (Database Management System) is a software application that allows users to interact with a database. An RDBMS (Relational Database Management System) is a type of DBMS that organizes data into tables with rows and columns, and uses structured query language (SQL) for querying and managing data. RDBMSs are a subset of DBMSs, designed specifically for relational databases.