PROFESSIONAL-DATA-ENGINEER · Question #64
To give a user read permission for only the first three columns of a table, which access control method would you use?
The correct answer is C. Authorized view. Explanation/Reference: An authorized view allows you to share query results with particular users and groups without giving them read access to the underlying tables. Authorized views can only be created in a dataset that does not contain the tables queried by the view. When…
Question
Options
- APrimitive role
- BPredefined role
- CAuthorized view
- DIt's not possible to give access to only the first three columns of a table.
How the community answered
(29 responses)- A17% (5)
- B3% (1)
- C72% (21)
- D7% (2)
Explanation
Explanation/Reference: An authorized view allows you to share query results with particular users and groups without giving them read access to the underlying tables. Authorized views can only be created in a dataset that does not contain the tables queried by the view. When you create an authorized view, you use the view's SQL query to restrict access to only the rows and columns you want the users to see.
Topics
Community Discussion
No community discussion yet for this question.