difference between dbms and rdbms
Answers
Answered by
6
The key difference is that RDBMS (relational database management system) applications store data in a tabular form, while DBMS applications store data as files. There can be, tables in DBMS but there will be no “relation” between the tables, like in a RDBMS.
Similar questions