Computer Science, asked by saruwet, 3 months ago

different between distributed database system and object oriented database

Answers

Answered by jaideepkaur79
10

Answer:

RDBMS stands for Relational Database Management System. It is a database management system based on the relational model i.e. the data and relationships are represented by a collection of inter-related tables. It is a DBMS that enables the user to create, update, administer and interact with a relational database. RDBMS is the basis for SQL, and for all modern database systems like MS SQL Server, IBM DB2, Oracle, MySQL, and Microsoft Access.

OODBMS stands for Object-Oriented Database Management System. It is a DBMS where data is represented in the form of objects, as used in object-oriented programming. OODB implements object-oriented concepts such as classes of objects, object identity, polymorphism, encapsulation, and inheritance. An object-oriented database stores complex data as compared to relational database. Some examples of OODBMS are Versant Object Database, Objectivity/DB, ObjectStore, Caché and ZODB

Answered by fenisebastian
0

\huge\mathbb\purple {Please\:add\:the\:above\:}\: \huge\mathbb\purple {One\:to\:brainlist}\\ \\ \\

OODBMS stands for Object-Oriented Database Management System. It is a DBMS where data is represented in the form of objects, as used in object-oriented programming.

...

Difference Between RDBMS and OODBMS:

BASIS RDBMS OODBMS

Data Handeling RDBMS stores only data. Stores data as well as methods to use it.

Similar questions