Data Independence
Applications insulated from how data is structured and stored.
Logical data independence: Protects views from changes in logical (conceptual) structure of data.
Physical data independence: Protects conceptual schema from changes in physical structure of data.
- One of the most important benefits of using a DBMS!