what is the difference between DBMS and RDBMS??
Answer Posted / lakki
DBMS : Data Base Management System
..... for storage of data and efficient retrieval of data.
Eg: Foxpro
1)A DBMS has to be persistent (it should be accessible when
the program created the data donot exist or even the
application that created the data restarted).
2) DBMS has to provide some uniform methods independent of a
specific application for accessing the information that is
stored.
3)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
4)In DBMS Normalization process will not be present
RDBMS: Relational Data Base Management System
.....the database which is used by relations(tables) to
acquire information retrieval
Eg: oracle, SQL..,
1)RDBMS is based on relational model, in which data is
represented in the form of relations, with enforced
relationships between the tables.
2)RDBMS defines the integrity constraint for the purpose of
holding ACID PROPERTY.
3)In RDBMS, normalization process will be present to check
the database table cosistency
4)RDBMS helps in recovery of the database in case of loss of
database due to system failure or any other reason
| Is This Answer Correct ? | 261 Yes | 37 No |
Post New Answer View All Answers
Define primary and unique key?
What is the importance of database in an organization?
What is a system concept?
What is 3nf in dbms?
What do you mean by Correlated subquery in database?
How many types of relationship exist in database designing?
How to debug stored procedures?
How can you get the alternate records from the table in the sql?
What is the purpose of sql?
Explain the scenarios or situations under which progress database creates new index entry for a record?
What does clipper stand for?
How to get a book from database MS access that contain 'i' charactor in it's name like internetbook or networkingbook. what will be java query for this purpose?
What are the differences between hash join, merge join and nested loops?
What's the difference between delete and truncate ?
What are the types of model?