How rdbms is different from dbms?



How rdbms is different from dbms?..

Answer / Kapil Rana

RDBMS (Relational Database Management System) is a type of DBMS (Database Management System). The main difference between RDBMS and other types of DBMS systems, such as NoSQL or Object-oriented DBMS, is the way they store and manage data. RDBMS stores data in tables with rows and columns, whereas NoSQL databases may use alternative data models such as key-value pairs, document-oriented, graph, or column-family stores. However, all DBMS systems provide a means for users to create, modify, query, and manage data stored within the database.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Database Management Interview Questions

What is database management system(dbms) and why it is used?

1 Answers  


What do you understand by data independence? What are its two types?

1 Answers  


What is progress open edge?

1 Answers  


What is sql rdbms?

1 Answers  


Which parameters are optional in init.ora parameter file?

1 Answers  


What are the advantages of database system?

1 Answers  


What are the different levels of abstraction in the dbms?

1 Answers  


Enlist various types of interactions created by dbms?

1 Answers  


What is the difference between a catalog and a database?

1 Answers  


Which is best database?

1 Answers  


What is the difference between a MESSAGEBOX and an ALERT ?

3 Answers  


What is the advantage of using preparedstatement?

1 Answers  


Categories