Multiple choice technology databases

which one is not the view feature..?

  1. restrict data access

  2. fast access

  3. easy maintainance for complex queries

  4. data independence

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

Views provide security by restricting data access, simplify maintenance of complex queries, and offer data independence by isolating users from base table schema changes. Views are NOT performance tools - they add overhead, so 'fast access' is NOT a view feature. This question is a duplicate of 131269.