Definition: Object-oriented databases are specialized engines designed specifically to store objects. This may be compared to the more common relational database which stores records in tables. Users can interact with objects only through designated methods. The main benefit to this style of database is the intuitive nature of the objects and their ability to more accurately replicate the modelled data environment.
Also Known As: OODB, OODBMS

