Relational Database Question:
Download Questions PDF

Explain 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.

Download Relational Database Interview Questions And Answers PDF

Previous QuestionNext Question
Explain Armstrong rules? How they are complete and/or sound?What you know in mapping of ERD to DFD?