Single Choice Easy

QWhat is data independence in the context of physical database design?

ID: #13520 Database Concepts MCQs 152 views
Question Info
#13520Q ID
EasyDifficulty
Database Concepts MCQsTopic

Choose the Best Option

Click any option to instantly check if you're correct.

  • A Ensuring the security of the database objects
  • B Optimizing database performance for end-users and applications
  • C Hiding performance optimization decisions from end-users and applications
  • D Establishing access control to database objects
Correct Answer

Explanation

Answer: C) Hiding performance optimization decisions from end-users and applications


Explanation: Data independence in physical database design means that the decisions made for performance optimization purposes should be invisible to end-users and applications.
It ensures that the changes made at the physical level, such as storage structures and indexing, do not impact the way users and applications interact with the database.
Data independence allows for flexibility and maintainability, as the underlying physical design can be modified without affecting the logical view of the database.

Share This Question

Challenge a friend or share with your study group.