Data Independence In Dbms With Example Pdf

Data Independence. Data independence is a form of database management that keeps data separated from all programs that make use of it. As a cornerstone for the idea of a DBMS or database management system, this independence ensures that the data cannot be redefined or reorganized by any of the programs that make use of it. Sherlock holmes pc game ita. Logical data independence in database management system, Define logical data independence, logical data independence example Logical Data Independence The ability to change the logical schema (conceptual schema) without affecting the next higher level external schema (view level) is called the logical data independence.

  • Data independence can be explained using the three-schema architecture.
  • Data independence refers characteristic of being able to modify the schema at one level of the database system without altering the schema at the next higher level.

There are two types of data independence:

1. Logical Data Independence

  • Logical data independence refers characteristic of being able to change the conceptual schema without having to change the external schema.
  • Logical data independence is used to separate the external level from the conceptual view.
  • If we do any changes in the conceptual view of the data, then the user view of the data would not be affected.
  • Logical data independence occurs at the user interface level.

2. Physical Data Independence

  • Physical data independence can be defined as the capacity to change the internal schema without having to change the conceptual schema.
  • If we do any changes in the storage size of the database system server, then the Conceptual structure of the database will not be affected.
  • Physical data independence is used to separate conceptual levels from the internal levels.
  • Physical data independence occurs at the logical interface level.

Dbms data types

Fig: Data Independence


Next TopicDBMS Language