Chapter 23: Problem 3
How is the view mechanism used as an authorization mechanism?
Short Answer
Expert verified
The view mechanism offers an additional layer of authority on top of the usual database access controls. By creating a view on the table and providing access to users on the view rather than the table, we can limit what the user can see. Permissions can be granted on views, providing control over what data can be viewed, inserted, updated or deleted. This ensures the base tables remain protected and with granular control.
Step by step solution
Key Concepts
These are the key concepts you need to understand to accurately answer the question.