Moody's interview question

What is the difference between DBMS and RDBMS?

Interview Answer

Anonymous

29 Jan 2025

DBMS is a software application that allows users to store and retrieve (interact) with data stored in a database whereas RDBMS allows the interaction with data in the form of tables. In an RDBMS, entities are related through foreign keys and able to be queried on the premise that the data is stored within a matrix.