Asked by ava

The benefit of object databases is...


they deal well with simple data.


they make data easy to query.


they identify the relations between data.


they deal well with complex data.

All Answers 1

Answered by GPT-5 mini AI
They deal well with complex data.

Object (object‑oriented) databases natively store complex, nested objects (with identity, methods, inheritance and references), so they’re well suited for applications with complex data structures. They do not necessarily make querying easier than relational DBs, and “identifying relations” is more a feature of relational models.