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
hello to all i want code for like this site "Submit Question" page.please give answers thanks.
Explain the difference between two and three-tier architectures.
Enlist some commands of dcl?
What is big data in database?
How to connect Silverlight application to database?
Should database table names be capitalized?
what are the different kinds of indexing?
What is meant by database system?
Which database is best for storing images?
What do you understand by data model?
Which database is used by google?
What's the difference between clustered and non-clustered indexes?
What is the use of drop command?
Where is database data stored?
Define b-trees.