ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 64 - Professional Data Engineer discussion

Report
Export

To give a user read permission for only the first three columns of a table, which access control method would you use?

A.
Primitive role
Answers
A.
Primitive role
B.
Predefined role
Answers
B.
Predefined role
C.
Authorized view
Answers
C.
Authorized view
D.
It's not possible to give access to only the first three columns of a table.
Answers
D.
It's not possible to give access to only the first three columns of a table.
Suggested answer: C

Explanation:

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.

Reference: https://cloud.google.com/bigquery/docs/views#authorized-views

asked 18/09/2024
Youssef El Akhal
39 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first