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
Define database lock and its types.
How do you delete a table from database?
What is vacuum in database?
What are indexes? Mention the differences between the clustered and non-clustered index?
Define view, sequence and index in DBMS.
How do you create a simple database?
Define database system.
What is raid controller technology?
Explain the hierarchical database?
How many database systems are there?
What is the purpose of a database table?
What information can be stored in a database?
Define weak entity set.
What are the four types of database?
What is ddl in dbms?