124k views
4 votes
A software program in which data is organized as a collection of tables, and relationships between tables are formed through a common field.

User Chugadie
by
9.1k points

1 Answer

0 votes

Answer:

Relational Database Management System

Step-by-step explanation:

  • An Relational Database Management System is a type of database management system (DBMS) that stores data in a table structure which is a collection of related data elements. Data in RDBMS is arranged as a collection of tables.
  • An RDBMS includes functions that handle the security, integrity and consistency of the data.
  • RDBMS is based on the relational model and it is designed for relational databases.
  • Relationship between tables is formed through a common field.
  • RBDMS makes creation, manipulation and presentation of the data easier. It is easier to create, alter and delete records from a table.
  • It has a built in query language which allows to obtain information via different set of queries on the relational database.
  • It also generates reports about the data.
  • Examples include Oracle Database, MySQL, Microsoft SQL Server etc.

User Sanil
by
8.6k points

No related questions found

Welcome to QAmmunity.org, where you can ask questions and receive answers from other members of our community.