Hi. I want to information about Difference between DBMS and RDBMS. Please give me some proper solution. Please reply me as soon as possible. Any help would be highly appreciated.
Hi. I want to information about Difference between DBMS and RDBMS. Please give me some proper solution. Please reply me as soon as possible. Any help would be highly appreciated.
DBMS
DBMS stands for Database Managment System
Does not support client/server architecture
Does not support distributed Data base architecture.
No relationship concept.
No Primary Key and Foreign Key concept.
Not show relationship between tables.
supports Single User only
RDBMS
RDBMS stands for Relational Database Manegment System
support client/server architecture
Support distributed Data base architecture.
Based on relationship concept.
Support Primary Key and Foreign Key concept.
Show relationship between tables.
supports multiple users
A DBMS has to be persistent, that is it should be accessible when the program created the data ceases to exist or even the application that created the data restarted.RDBMS is based on relational model, in which data is represented in the form of relations, with enforced relationships between the tables.DBMS does not impose any constraints or security with regard to data manipulation. It is user or the programmer responsibility to ensure the ACID PROPERTY of the database.
Bookmarks