Computer Science, asked by mrluqman0, 3 months ago

Define RDBMS? Give any two examples of RDBMS?

Answers

Answered by yashdilip2
6

Explanation:

Most well known DBMS applications fall into the RDBMS category. Examples include Oracle Database, MySQL, Microsoft SQL Server, and IBM DB2. Some of these programs support non-relational databases, but they are primarily used for relational database management.

Answered by sanjayk2507
11

Answer:

Relational DataBase Management System (RDBMS) that incorporates the relational-data model, normally including a Structured Query Language (SQL) application programming interface. It is a DBMS in which the database is organised and accessed according to the relationships between data items. In a relational database, relationships between data items are expressed by means of tables.

Example: Oracle Database, MySQL, Microsoft SQL Server and IBM DB2.

Similar questions