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).


What are the application of RDBMS?

what is rdbms and its application


Is foxpro a rdbms?

yes it is a rdbms


Uses of rdbms?

RDBMS (Relational Database Management System) is commonly used for storing, managing, and retrieving structured data. It provides features like data integrity, relationships between tables, and SQL querying for efficient data manipulation. RDBMS is widely used in various applications ranging from e-commerce websites, banking systems, healthcare record keeping, to enterprise resource planning (ERP) systems.


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.


What are advantages of rdbms over dbms?

Some advantages of relational database management systems (RDBMS) over traditional database management systems (DBMS) include data integrity through the use of constraints, normalization to reduce redundancy, support for ACID transactions, and standardized SQL language for data manipulation. RDBMS also offer scalability and flexibility for complex data structures and relationships.


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...


What is object rdbms?

Object-relational database management system (ORDBMS) is a type of database management system that combines characteristics of both relational database systems (RDBMS) and object-oriented database systems. ORDBMS allows the storage of complex data types like images, audio, and video in addition to traditional data types, and supports object-oriented programming concepts such as inheritance and encapsulation. This makes it suitable for applications that require handling both structured and semi-structured data.


Is Fox Pro dbms or rdbms and why?

FoxPro is a relational database management system (RDBMS). It stores data in tables, with the ability to establish relationships between tables. Users can use SQL queries to retrieve, manipulate, and manage the data within FoxPro, making it more structured and relational compared to non-relational databases.


Is RDBMS is an OS?

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