answersLogoWhite

0


Best Answer

The E-R model is a data model used to describe the relationships between entities in a database. An Entity set is a collection of similar entities (objects) with shared attributes that are grouped together in the database.

User Avatar

AnswerBot

5d ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What is E-R model. What is an Entity set?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Continue Learning about Educational Theory

Why associative entity use in ER model?

Associative entities are used in Entity-Relationship (ER) models to represent relationships between two or more entities. They help to model complex relationships that have attributes of their own. By using associative entities, we can accurately capture the associations between the main entities and represent them in a clear and normalized way.


Do bacteria have smooth er?

No, bacteria do not have smooth endoplasmic reticulum (ER). Smooth ER is a cell organelle found in eukaryotic cells, not in prokaryotic cells like bacteria.


ER Diagram of transport system of college?

An ER diagram of a college transport system would typically include entities such as Student, Driver, Vehicle, Route, and Booking. Relationships between these entities would show how students book rides, assign drivers to vehicles, and track routes taken. Attributes for each entity might include student ID, driver license number, vehicle number, route ID, and booking timestamp.


Do bacteria have ER?

No, bacteria do not have endoplasmic reticulum (ER) like eukaryotic cells. Bacteria lack membrane-bound organelles, including the ER, and instead have a simpler internal structure.


- How does the hierarchical data model address the problem of data redundancy?

The hierarchical data model addresses the problem of data redundancy by organizing data into a tree-like structure in which each record type has only one parent record type. This structure minimizes redundancy by limiting each data item to being stored only once in the hierarchy.

Related questions

What is aggregation in ER diagram?

-Used when we have to model a relationship involving (entitity sets and) a relationship set.-Aggregationallows us to treat a relationship set as an entity set for purposes of participation in (other) relationships.


Aggregation in dbms?

•A feature of the entity relationship model that allows a relationship set to participate in another relationship set. • • This is indicated on an ER diagram by drawing a dashed box around the aggregation.


Entity relationship model with example?

draw an er diagram on attendance management system


Entity-relationship model retaurent management?

er daigram and dfd retaurent management?


Why associative entity use in ER model?

Associative entities are used in Entity-Relationship (ER) models to represent relationships between two or more entities. They help to model complex relationships that have attributes of their own. By using associative entities, we can accurately capture the associations between the main entities and represent them in a clear and normalized way.


What is er model in dbms?

In software engineering, an Entity - Relationship model(ER model for short) is an abstract and conceptual representation of data. Entity-relationship modeling is a database modeling method, used to produce a type of conceptual schema or semantic data model of a system, often a relational database, and its requirements in a top-down fashion. Diagrams created by this process are called entity-relationship diagrams or ER diagrams.learn more www.ngprakasam.hpage.com


Er model.... Entity relationship diagram about how patient sets appointment to a doctor for check up....?

me2


What is ER models?

The Entity-Relationship Model is often referred to as a semantic data model, because it more closely resembles real world scenarios than, e.g., the relational model. . In the ER model, we model the concept of "Instructors." In the relational model we deal with names and phone numbers. . In the ER model, there is a distinction between entities (objects) and relationships between such entities. In the relational model, both concepts are represented by relations.


What are the components of er model?

components of er model are :- 1. external entity 2. relationships :- one to one , one to many , many to one , many to many 3. attributes 4. cardinality 5. participation


What is meaning of IR and ER in people management?

ER means Entity Relationship


Difference between entity and entity set?

Entity - Table Entity Set - Rows in Table


In model ER why you need DBMS system?

Because it is very useful in mapping the meanings and interactions of real-world enterprises onto a conceptual schema. Because of this usefulness, many database-design tools draw on concepts from the ER-model. The ER data model employs three basic notation:a.) Entity setsb.) Relationship setsc.) Attributes.