✅ Перевірена відповідь на це питання доступна нижче. Наші рішення, перевірені спільнотою, допомагають краще зрозуміти матеріал.
Suppose the university creates:
CREATE VIEW Public_Students AS
SELECT id, name, major
FROM Students;
Why might the DBA grant access to this view instead of the base Students table?