You are here

Logical and Physical Data Independence

19 October, 2015 - 10:15

Data independence refers to the immunity of user applications to changes made in the definition and organization of data. Data abstractions expose only those items that are important or pertinent to the user. Complexity is hidden from the database user.

Physical data independence deals with hiding the details of the storage structure from user applications. The application should not be involved with these issues, since there is no difference in the operation carried out against the data.

The data independence and operation independence together gives the feature of data abstraction. There are two types of data independence: Logical and Physical.

Source: http://cnx.org/content/m28150/latest/