1. How do views assist in database security administration?
- They encrypt passwords automatically.
- They can expose filtered rows or specific columns, hiding sensitive data (like salaries) from unauthorized users.
- They disable network access.
- Views cannot be queried by non-admin users.
Hint: By granting users access to a view but not the underlying tables, you can restrict their visibility to authorized rows and columns.