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