1.

What is the difference between RDBMS and DBMS

Answer» Major difference between DBMS and RDBMS are as following:\tDBMS stores data in file while RDBMS uses Tabular format to tore data..\tNormalization is not present in DBMS. while RDBMS use Normalization concept.\tDBMS does not support distributed database. RDBMS supports distributed database.\tDBMS has to provide some uniform methods to access the stored information. RDBMS system supports a tabular structure of the data and a relationship between them to access the stored information.


Discussion

No Comment Found