volume_mute
What is the main advantage of object-oriented database systems (OODBMS) in terms of program data?
publish date: 2025/09/08 20:29:4.438314 UTC
volume_mute
Correct Answer
They automatically perform conversions between complex program objects and a storable format
Explanation
The DBMS software automatically performs any necessary conversions" between complex program objects (e.g., in C++ or Java) and the database storage format.
Reference
Fundamentals of database systems (7th edition)