Object-Relational Model
It is a combination of both the relational model and the object-oriented model. This model was built to fill the gap between object-oriented model and the relational model. We can handle complex data types according to our requirements using the existing data types.
Data base that support object-relational model is called object-relational database (ORD) and the database management system that support ORD is called object-relational database (ORDBMS). ORD supports the basic components of any object-oriented database model in its schemas and the query language used, such as objects, classes and inheritance.
Example: PostgreSQL is an ORDBMS

Features of Object Relational model
Disadvantages of Object Relational model
The object relational data model can get quite complicated and difficult to handle as it is a combination of the Object oriented data model and Relational data model and utilizes the functionalities of both of them.
Statlearner
Statlearner