Question: In the context of DBMS architecture, what does the term \'data independence\' mean?
Options:
Correct Answer: Changes to the data structure do not affect application programs
Solution:
Data independence means that changes to the data structure do not require changes to application programs that access the data.