John is reviewing database products. He needs a product that can manipulate astandard set of data for his company’s business logic needs. Which of the following should the necessary product implement?
A.
Relational database structure
B.
Object-relational database structure
C.
Network database structure
D.
Dynamic-static structure
Explanation:
An object-relational database (ORD) or object-relational database management system (ORDBMS) is a relational database with a software front end thatis written in an object-oriented programming language. Different companies will have different business logic that needs to be carried out on the stored data. Allowing programmers to develop this front-end software piece allows the business logic procedures to be used by requesting applications and the data within the database.