True or False: Users are able to see the result sets of queries executed by other users that share their same role.
True or False: Users are able to see the result sets of queries executed by other users that share their same role.
Users are not able to see the result sets of queries executed by other users, even if they share the same role. This behaviour is implemented for security reasons, ensuring that only the user who executed a query can access its results.
Answer is B Viewing Query Results A user cannot view the result set from a query that another user executed. This behavior is intentional. For security reasons, only the user who executed a query can access the query results.
A user cannot view the result set from a query that another user executed. This behavior is intentional. For security reasons, only the user who executed a query can access the query results.
B False
A user cannot view the result set from a query that another user executed. This behavior is intentional. For security reasons, only the user who executed a query can access the query results.
B. FALSE
B is correct
A user cannot view the result set from a query that another user executed. This behavior is intentional. For security reasons, only the user who executed a query can access the query results. This behavior is not connected to the Snowflake access control model for objects. Even a user with the ACCOUNTADMIN role cannot view the results for a query run by another user. A user cannot view the result set from a query that another user executed, regardless of their assigned roles or privileges. Only the user who executed a query can access the query results. https://docs.snowflake.com/en/user-guide/security-access-control-considerations.html#viewing-query-results
https://docs.snowflake.com/en/user-guide/security-access-control-considerations.html#viewing-query-results
B is correct