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
Why is group-clause used?
What is data model in database?
Explain a join between tables?
What is 2nf in dbms?
What is a file in a database?
What's the difference between clustered and non-clustered indexes?
Why do not you use gnu autoconf or scons for building?
Define "correlated subqueries".
Explain the syntax of named procedure?
How to use multiple database server in back end ?
What is built_in Subprogram ?
What do you understand by data independence? What are its two types?
1. What is Container? 2. Tell me about your project? 3. Which container you are used in your project? 4. What is Surrogate key? 5. How you are implemented it? 6. Difference between Server job and Parallel job? 7. What is your Target Database? 8. What is Source System? 9. Difference between Join and Lookup? 10. Are you maintaining historical data? What is the logic used to maintained to historical data? 11. Do you have documents for mapping?
All questions related to Control m monitoring tool
Describe the four types of indexes.