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
When connection to database is failed, Which exception will be thrown?
What is data abstraction in dbms?
explain the term ‘attribute’?
What are the different types of keys in the database?
Define phantom deadlock.
What is maintaining database?
What is the easiest database to learn?
Explain the importance of database partitioning.
Where is database data stored?
What are the various normalizations in database?
What is db context?
What do you understand by cursor?
Explain top-n analysis in DBMS.
Explain the Logical Schema of Database
What is stored procedure in database?