What is RDBMS ?

RDBMS stands for Relational Database Management Systems . It is a database management system that helps to manage records in rows and columns in the database tables.

RDBMS enables the SQL developers or administrators to create and maintain relationship between tables .

Some of the typical examples of RDBMS include

  • SQL Server
  • Oracle
  • MySQL
  • PostgreSQL
  • and more…