InterviewSolution
Saved Bookmarks
| 1. |
Write the difference between DBMS and RDBMS . |
| Answer» BASE MANAGEMENT System (DBMS) is a software that is used to define, create and maintain a database and PROVIDES controlled access to the data. Relational Database Management System (RDBMS) is an advanced version of a DBMS. DBMS stores data as file. RDBMS stores data in tabular form.... | |