0% found this document useful (0 votes)
8 views58 pages

OODBMS vs ORDBMS: Key Differences

OODBMS stores data as objects and uses object identifiers for relationships, handling larger and more complex data, while ORDBMS stores data in tables with foreign key attributes and is designed for simpler data management. OODBMS integrates data management languages into programming languages like C# and C++, whereas ORDBMS enhances SQL with object-oriented features. Both systems offer different approaches to data organization and manipulation, catering to varying data complexity needs.

Uploaded by

saiharshu.23
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
8 views58 pages

OODBMS vs ORDBMS: Key Differences

OODBMS stores data as objects and uses object identifiers for relationships, handling larger and more complex data, while ORDBMS stores data in tables with foreign key attributes and is designed for simpler data management. OODBMS integrates data management languages into programming languages like C# and C++, whereas ORDBMS enhances SQL with object-oriented features. Both systems offer different approaches to data organization and manipulation, catering to varying data complexity needs.

Uploaded by

saiharshu.23
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd

Difference between OODBMS and ORDBMS

OODBMS :
1. In the object Oriented database, the data is stored in the form of objects.
2. In OODBMS, relationships are represented by references via the object identifier
(OID)
3. It Handles Larger and Complex data than RDBMS
4. In OODBMS, the data management language is typically incorporated into a
programming languages such as C#,C++
5. Stores data entries are described as objects
6. OODBMSs support ODL/OQL
7. Class describes a group of objects that have common relationships, behaviors,
and also have similar properties.
8. An object identifier (OID) is an unambiguous, long-term name for any type of
object or entity
ORDBMS :
1. In relational database, data is stored in the form of tables, which
contains rows and columns.
2. In ORDBMS, Connections between two relationships are represented by foreign
key attributes.
3. It handles comparitively simpler data.
4. In relational database systems there are data manipulations languages such as
SQL.
5. Stores data in entries is described as tables.
6. ORDBMS adds object-oriented functionalities to SQL

You might also like