Data Access Logic
- Definition
- Prepares data going in and coming out of the database

Data access logic is part of the Model in MVC, and Boundary in ECB
How does it work?
Maps object data to relational data.
Examples
- ORM - Object Relational Mapping

Data access logic is part of the Model in MVC, and Boundary in ECB
Maps object data to relational data.