Relational Database Management System (RDBMS) Question:
Download Questions PDF

What is Data Independence?

Answer:

Data independence means that ?the application is independent of the storage structure and access strategy of data?. In other words, The ability to modify the schema definition in one level should not affect the schema definition in the next higher level.

Two types of Data Independence are:

► Physical Data Independence: Modification in physical level should not affect the logical level.
► Logical Data Independence: Modification in logical level should affect the view level.

NOTE: Logical Data Independence is more difficult to achieve.

Download RDBMS Interview Questions And Answers PDF

Previous QuestionNext Question
How is the data structure of System R different from the relational structure?What is a view? How it is related to data independence?