70.7k views
3 votes
The type of database that is most capable of supporting complex data types is _____. Select one: a. sequential files b. relational DBMS c. object-oriented DBMS d. object-relational DBMS e. random access files

User AlanPear
by
6.7k points

2 Answers

3 votes

Answer: c)object-oriented DBMS

Explanation: The object-oriented database management system is the system that is responsible for the information to be presented in the form objects .The main purpose of the object oriented database is to organize the database in the simplified manner so that no conversion process is required .It can be used for any complex data and it follows the pattern of the the inheritance.

So, the correct option is option(c).

User Dschulz
by
7.2k points
0 votes

Answer:

Object-Oriented DBMS.

Step-by-step explanation:

Like classes in Object oriented programming Object-Oriented DBMS is can store objects.It follows an Object oriented data model with the properties of classes and the properties of Object oriented programming also.Objects can be in the form of complex data types or different data types.

User Sicks
by
6.3k points