Difference between object oriented database and relational database in tabular form
Answers
Object Oriented Database: Relational Database:
This type of database stores particular data in objects. Relational database used to store data in tables which
It contains data as well as action which processes contains rows and columns.
that data. Every row has its own key and every column has specific
name. Maker of relational database refers
field as an attribute, record as tuple and file as a relation.
User renames field as column, record as row and
file as a table.
Object database depends on OOP. Relational database depends on relational model.
(RDBMS)
In a relational database, the data is stored in the form of tables which have rows and column. Each row present in the table has a specific key which is assigned to it, and each column present in the table has an assigned name.
In an object-oriented database, the data is stored in the form of objects. The main difference is in the way the data is stored.