answersLogoWhite

0

What are relationship in rdbms?

Updated: 8/20/2019
User Avatar

Wiki User

12y ago

Best Answer

Relational databases store information in tables. A database for an online shop might have tables for Products, Customers and Orders.

An Order can consist of multiple Products

An Order is placed by one Customer

These are examples of how data are related. In database language you would say an Order has a many-to-manyrelationship with Product, because an order can contain multiple Products, but a Product can be part of many Orders.

Customer would have a one-to-many relationship with Order, because a (one) customer can place multiple (many) orders over time, and each (many) order belongs to exactly one customer.

Many-to-many and one-to-one are the most common database relationships.

Now, a database table consists of rows or records. Each record in a Customer table represents one customer. If you wanted to create relationships between the Customers in the customer table and orders in the Order table you would use keys.

In a database table each record has a unique key, called the primary key. This is often a number. The primary key is used to link rows in one table to rows in another table. The primary key of a Customer row might be copied to an Order row, linking that Order to the Customer.

This is how relationships are created between data in a relational database.

User Avatar

Wiki User

12y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What are relationship in rdbms?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What is MPP based RDBMS?

RDBMS is short for Relational database management system . RDBMS defines relationship between the tables . MPP stands for massive parallel processing and in RDBMS MPP refers to the processing of several table ,that are in relation with one another together.


Which type of data is used to explain a relationship?

A foreign key constraint is used to represent a relationship in a RDBMS (relational database management system).


Is foxpro a rdbms?

yes it is a rdbms


What are the application of RDBMS?

what is rdbms and its application


What are the different types of management systems?

1. relational database management system(RDBMS) 2. object Rdbms. 1. relational database management system(RDBMS) 2. object Rdbms.


Is MySQL DBMS or RDBMS?

AnswerMySQL, like most modern Database Management Systems is based on the relational model. So it is a RDBMS (Relational Database Management System).


What are the subject topic for rdbms?

RDBMS is all about Relational Data Base Management System...


Is RDBMS is an OS?

No, but some RDBMS's are available on multiples OS's (Oracle, for example: Windows, unices, bs2000... ).


Which is basically an RDBMS in which object oriented features are implemented?

which is basically an RDBMS in which object oriented feature are implemented


What is an RDBMS table?

table


Who is the father of RDBMS?

E.F.Guard


Where is RDBMS used?

firstly what is database, a collection of information in called data and collection of data is known as database. data stores in the form of tabels and in the RDBMS two or more tables hold a relation. they allow fragmentation of the data(fragment of rows or columns for tables). RDBMS consists 14 cord's rules for RDBMS, there are no any RDBMS which are follow the cord's rules. RDBMS is used in Banking system,Airline ,Railway reservation sytem or where we take information from two or more tables. the distributed form of database must be RDBMS. Sohrab Hamid Siddiqui(CMC, noida, india)