answersLogoWhite

0

If you have a many-to-many relationship between two entities you create an intermediate entity between.Now, the relationship between the first entity and intersection entity is one-to-many, and the relationship between the second entity and intersection entity is one-to-many also.

User Avatar

Wiki User

11y ago

What else can I help you with?

Related Questions

Why do we need weak entity sets?

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


What is week entity sets?

In a relational database, a weak entity is an entity that cannot be uniquely identified by its attributes alone; therefore, it must use a foreign key in conjunction with its attributes to create a primary key.Wikipedia


Entity-relationship model of hospital mis?

entity relation model for hospital database


What is difference between object and entity?

A database object is represented as one of the following: database, schema, table, column, primary key, and foreign key A database Entity is: An entity is a thing or object of importance about which data must be captured. All things aren't entities - only those about which information should be captured. Information about an entity is captured in the form of attributes and/or relationships. If something is a candidate for being an entity and it has no attributes or relationships, it isn't an entity. Database entities appear in a data model as a box with a title. The title is the name of the entity.


A schematic of the entire database that describes the relationships in a database is called?

entity-relationship diagram.


What are the basic components of database?

Entity Attribution Relationship


What is all of the fields for a single database entity?

Record


What is entities database?

Entity means a specific thing in both database work and data modeling. An entity is data that can be classified, and has a relationship with other classified data, as in entities.


What is the intersection of a triangle called?

In usual mathematical study, a ray is the most commonly used entity to intersect a triangle.Howver, any geometric object can intersect a triangle, therefore the nature will differ depending on what you use to perform the intersection.


How can I efficiently connect a C application to a database using C/DB?

To efficiently connect a C application to a database using C/DB, you can use ADO.NET or Entity Framework. ADO.NET provides a low-level approach for database connectivity, while Entity Framework offers a higher-level abstraction for working with databases in C. You can use connection strings to establish a connection to the database and execute SQL queries or stored procedures to interact with the data.


What is all of the fields for a single database entity called?

Record


What is Entity instances?

Entity instance is a single occurrence of an entity type. Also known as an instance. Unlike entity type, many instances of entity type may be represented by data stored in the database.