Relational Database Question: Download Relational Database PDF

Explain Data Independence?

Tweet Share WhatsApp

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 PDF Read All 16 Relational Database Questions
Previous QuestionNext Question
Explain Armstrong rules? How they are complete and/or sound?What you know in mapping of ERD to DFD?