
Ultimate access to all questions.
A data engineer is tasked with restricting access to the name column in a dynamic view definition to only the compliance team. The original view is defined as:
CREATE VIEW policy_view AS
SELECT name, policy_id, age
FROM policy
Which SQL query correctly implements this access restriction?