CBSE Class 11 Informatics Practices Question 51 of 85

Database Concepts — Question 14

Back to all questions
14
Question

Question 13

What is data independence?

Answer

Data independence is the ability to change the schema at one level of a database system without requiring changes at a higher level. This is achieved through metadata, which follows a layered architecture, ensuring that changes to data at one layer do not affect data at another layer. A database system provides two types of data independence:

  1. Logical/Conceptual data independence
  2. Physical data independence