![]() |
What is the Difference between DBMS and RDBMS?
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. A DBMS also has to provide some uniform methods independent of a specific application for accessing the information that is stored.
RDBMS is a Relational Data Base Management System Relational DBMS. This adds the additional condition that the system supports a tabular structure for the data, with enforced relationships between the tables. This excludes the databases that don't support a tabular structure or don't enforce relationships between tables. Many DBA's think that RDBMS is a Client Server Database system but thats not the case with RDBMS. Yes you can say 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 whereas the rdbms is more with this regard bcz rdbms define the integrity constraint for the purpose of holding ACID PROPERTY. I have found many answers on many websites saying that DBMS are for smaller organizations with small amount of data, where security of the data is not of major concern and RDBMS are designed to take care of large amounts of data and also the security of this data.and this is completely wrong by definition of RDBMS and DBMS More Database Articles100+ SQL Server, Oracle and MySQL basic questions and answers Database interview questions for beginner Difference between Stored procedures and User Defined functions[UDF] Basics of Database Normalization What you should know for Query Optimization |
Re: What is the Difference between DBMS and RDBMS?
Quote:
|
Re: What is the Difference between DBMS and RDBMS?
hi shabbir,
thanks for explaining about the differnce between dbms and rdbms... |
Re: What is the Difference between DBMS and RDBMS?
hi shabbir,
thanks for explaining about the differnce between dbms and rdbms... |
Re: What is the Difference between DBMS and RDBMS?
hi shabbir,
TnX ,,, :) |
Re: What is the Difference between DBMS and RDBMS?
short and clear!
|
Re: What is the Difference between DBMS and RDBMS?
thanks for given in simple and short language..
|
Re: What is the Difference between DBMS and RDBMS?
Thx for sharing useful information.
|
Re: What is the Difference between DBMS and RDBMS?
thanks for the info mate
|
Re: What is the Difference between DBMS and RDBMS?
Thanks a lot..
Vasan Ponnusamy |
| All times are GMT +5.5. The time now is 22:19. |