Q&A
Ask and answer questions to make information more available to wider audiences.
Alex McGahan @lex_mcgahan1   17, Mar 2023 12:00 AM
Difference between DBMS and RDBMS
What are DBMS and RDBMS? What is the difference?
answers 1
 
Answer 1
William Aleras @williamaleras1   20, Mar 2023 03:07 PM
DBMS stands for Database Management System. It is a collection of application programs which allow the user to organize, restore and retrieve information about data efficiently and as effectively as possible.
Some of the popular DBMS’s are MySql, Oracle, Sybase, etc.
Relational Database Management System (RDBMS) is based on a relational model of data that is stored in databases in separate tables and they are related to the use of a common column. Data can be accessed easily from the relational database using Structured Query Language (SQL).