Multiple choice technology databases

which one is not the view feature..? ( choose one)

  1. restrict data access

  2. easy maintainance of complex queries

  3. fast access

  4. data independence

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

Views are not designed for performance optimization - they often add overhead. View features include: restricting data access (security), simplifying complex query maintenance, and providing data independence (shielding users from schema changes). Fast access is not a view feature.