what is the difference between DBMS and RDBMS??
Answer Posted / vikas jaiswal
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.
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 difine the integrity constraint for the purpose of
holding ACID PROPERTY.
Regards
Vikas Jaiswal
| Is This Answer Correct ? | 28 Yes | 17 No |
Post New Answer View All Answers
What are stored-procedures? And what are the advantages of using them.
What are queries in dbms?
Where is the database stored?
Have you written applications to retrieve stored images in a table?
Define stored procedures.
What happens when my integer identity runs out of scope?
How do you call a stored procedure from jdbc?
How do I create a database in open office?
What is rdms?
What is instance in dbms?
What are the three main types of models?
How to detect the server version?
How a Store Procedure called with a cursor out parameter.?
How view is related to data independence?
If you need to refresh a website page every time a record is updated in database, how would you do it?