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
Explain data dictionary.
What is the example of rdbms?
What is tuple in rdbms?
What is a sequence in a database?
What is cold backup and hot backup (in case of oracle)?
What do you understand by aggregation and atomicity?
What is a database report?
What is 1nf 2nf 3nf in dbms?
What is table normalization?
describe and contrast a trigger and a procedure.
What's the difference between 'union' and 'union all' ?
Explain the types of database normalization?
Why indexing is used in database?
What is management system in dbms?
how to restore particular schema from rman full backup?