InterviewSolution
Saved Bookmarks
| 1. |
Difference between dbms and rdbms |
|
Answer» ference between DBMS and RDBMS: The key DIFFERENCE is that RDBMS (relational database management system) applications store data in a tabular form, while DBMS applications store data as files. ... In a RDBMS, the tables will have an identifier CALLED primary key. Data VALUES will be STORED in the form of tables. |
|