InterviewSolution
Saved Bookmarks
| 1. |
The _________ layer provides the interface between the business logic layer and the underlying database(a) Business-logic layer(b) Data access layer(c) Data transfer layer(d) Business manager layer |
|
Answer» Right answer is (b) Data access layer The best explanation: The data-access layer provides the interface between the business logic layer and the underlying database. The data access layer provides the mapping from the object oriented data model to the relational model. |
|