what is the difference between DBMS and RDBMS??
Answer Posted / divya
DBMS-Data Base Management Sysytem----No relation between
datas stored in databaseRDBMS-Relational Data Base
Management System-Relation between datas stored in
databaseDBMS stands for Database Management System which is
a general term for a set of software dedicated to
controlling the storage of data.
RDMBS stand for Relational DataBase Management System. This
is the most common form of DBMS. Invented by E.F. Codd, the
only way to view the data is as a set of tables. Because
there can be relationships between the tables, people often
assume that is what the word "relational" means. Not so.
Codd was a mathematician and the word "relational" is a
mathematical term from the science of set theory. It means,
roughly, "based on tables".
| Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
What is the purpose of normalisation?
What do you understand by the view and mention the steps to create, update and drop a view?
What is dbms introduction?
Is access a database?
What are the various normalizations in database?
What are the components of rdbms?
What is Normalization and its different forms?
What are the advantages of rdbms?
How to improve query performance using index hunting?
What is 3 level architecture dbms?
Is there some bulk load or other way to import a lot of data fast?
dear sir please provide what question will be asked in bank it officer interview
What are the two types of data independence?
What do you understand by proactive, retroactive and simultaneous update?
What is database normalization? Explain types of it.