Computer Science, asked by keerthanabkvrl7493, 11 months ago

What is an RDBMS? List the two important features of RDBMS.

Answers

Answered by acharyad278
12

Answer:

RDBMS. Stands for "Relational Database Management System." An RDBMS is a DBMS designed specifically for relational databases. Therefore, RDBMSes are a subset of DBMSes. A relational database refers to a database that stores data in a structured format, using rows and columns. features are

Facilitates primary key, which helps in unique identification of the rows. Index creation for retrieving data at a higher speed. Facilitates a common column to be shared amid two or more tables. Multi-user accessibility is facilitated to be controlled by individual users.

Answered by kanishknegi2006
3

Answer:

A relational database management system (RDBMS or just RDB) is a common type of database that stores data in tables, so it can be used in relation to other stored datasets. ... The data is often stored in many tables, also called 'relations'. These tables are divided into rows, also called records and columns (fields).

Features of RDBMS  (Relational Database Management System) are:

All data stored in the tables are provided by an RDBMS. Ensures that all data stored are in the form of rows and columns. ... Facilitates a common column to be shared amid two or more tables. Multi-user accessibility is facilitated to be controlled by individual users.

Explanation:

please mark me as brainliest

Similar questions