answersLogoWhite

0

Many to many relationship in DBMS is usually a mirror of the real-life relationship between objects that tables represent.

User Avatar

Wiki User

10y ago

What else can I help you with?

Continue Learning about Algebra

What is the most common type of relationship you will encounter between tables?

one-to-many relationships


What is post relational data model?

A number of extensions to the relational data model have been proposed in the three decades or so since its invention. Many of these extensions have been implemented in commercial DBMS. What is termed the post-relational data model here is not strictly a data model in that no coherent theory has been developed. Nevertheless it is useful to discuss it here in terms of a set of mech- anisms found in many contemporary DBMS. Such a data model is also referred to by the terms extended-relational and object-relational data model. In Chapter 18 we discuss how the proposed SQL3 standard addresses many of these features. In Chapter 34 we also consider how the ORACLE DBMS supports some of these features. In the first half of the chapter we consider two extensions to the data defin- ition part of the relational data model: abstract data types and nested relations. In the second half of the chapter we consider two constructs - triggers and stored procedures - that have been used both for data manipulation and data integrity purposes. The incorporation of these features into a relational DBMS provides it with the ability to handle complex objects and behaviour. Hence many of the DBMS with these features have termed themselves object-rela- tional systems.


What is the most common type of relationship between tables in a relational database?

one-to-many relationship


What is one to many relationship in database er diagram?

A one-to-many relationship means that one row in one of the tables will relate directly to many rows in the other table.


What is the difference between Hyperion and Essbase?

Essbase is a multidimensional DBMS where Hyperion performance suite is a set of BI tools.

Related Questions

How many types relationship in DBMS?

There are 4 type of relationship ...one to oneone to manymany to manymany to one


What is DBMS relationship?

1.what is a Relationship in database management system?


What is modality in DBMS?

when a relationship is optional then the value of the modality is zero. when mandatory then the modality is one.


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

converting er diagram to table in dbms?


Explain child Relationships in dbms?

A child relationship refers to an entity or table that cannot exist without the existence of another entity or table. An example of this would be a table that is created to address a many-to-many relationship between two other tables.


What are highlights of DBMS?

NA_ what are highlights of advanced DBMS what are highlights of advanced DBMS what are highlights of advanced DBMS


Is java DBMS?

no, Java is not dbms.. Java is a programming language Dbms is database


Is SQL DBMS or RDBMS?

dbms


What are three types of dbms?

Hierarchical DBMSNetwork DBMSRelational DBMS


How many super keys are possible in DBMS having m attributes?

In dbms with m attributes 2^m-1 keys are possible. BY-ROHIT


1 How is the relationship between application programs and DBMS changing over time?

Try reading the book recommended for COIS 5310.


What is relation degree in DBMS?

Degree of relationship One-to-many relationships This means how many of one entity can be related to how many of the other(s). Ask yourself how many of each entity there can be. In this kind of relationship one of the entities can be related many times to another entity. For example, one excavation can contain many finds; one person can commit many crimes.