Tag: What is RDBMS?
RDBMS stands for Relational Database Management System. RDBMS stores the data into the collection of tables, which is related by common fields between the columns of the table. It also provides relational operators to manipulate the data stored in the tables.