A data engineer wants to restrict access to databricks video
data-engineer-professional video for a data engineer wants to restrict access to the name column used in the following dynamic view definition: CREATE VIEW
Answer
          Full Certification Question
A data engineer wants to restrict access to the name column used in the following dynamic view definition: CREATE VIEW policy_view AS SELECT name , policy_id , age FROM policy Which of the following SQL queries can be used to restrict access, allowing only the compliance team to query the name column?