What are the different types of dbmss?



What are the different types of dbmss?..

Answer / Sanjeev Aherwar

"The question appears to have a typo. It should be DBMSs instead of dbmss. The correct answer is: There are several types of DBMS (Database Management Systems), including: Relational DBMS (RDBMS), Object-Oriented DBMS (OODBMS), NoSQL DBMS, and Cloud DBMS. RDBMS is the most common type, which uses a tabular structure to store data, while OODBMS stores data in objects instead of tables. NoSQL DBMS is designed to handle large amounts of unstructured data without using a fixed schema, and cloud DBMS provides database services over the internet."

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More SQL PLSQL Interview Questions

define different types of trigger. : Sql dba

1 Answers  


How do I quit sql?

1 Answers  


What is Materialized View? In What Scenario we Use Materialized View?

3 Answers   Dinesh, Marlabs,


What are the advantages of indexing?

1 Answers  


How to write a query to show the details of a student from students table whose

1 Answers  


Is sql a microsoft product?

1 Answers  


What is memory optimized?

1 Answers  


What are the components of a PL/SQL block ?

3 Answers  


what is a constraint? : Sql dba

1 Answers  


how to calculate the difference between two dates? : Sql dba

1 Answers  


What is implicit cursor in pl sql?

1 Answers  


What is the difference between unique and primary key constraints?

1 Answers  


Categories