Exam SnowPro Core All QuestionsBrowse all questions from this exam
Question 390

A marketing co-worker has requested the ability to change a warehouse size on their medium virtual warehouse called MKTG_WH.

Which of the following statements will accommodate this request?

    Correct Answer: B

    To allow a user to change the size of a warehouse in Snowflake, the MODIFY privilege must be granted. The correct statement to achieve this is 'GRANT MODIFY ON WAREHOUSE MKTG_WH TO ROLE MARKETING;' as it grants the necessary permissions to the role associated with the user.

Discussion
Kate0204Option: B

https://docs.snowflake.com/en/sql-reference/sql/grant-privilege.html

AravindhTNOption: B

Selected Answer: B

fahfouhi94Option: B

B is correct answer

ahadh7621Option: B

Answer is B https://docs.snowflake.com/en/user-guide/security-access-control-privileges MODIFY Enables altering any properties of a warehouse, including changing its size. Required to assign a warehouse to a resource monitor. Note that only the ACCOUNTADMIN role can assign warehouses to resource monitors. OPERATE Enables changing the state of a warehouse (stop, start, suspend, resume). In addition, enables viewing current and past queries executed on a warehouse and aborting any executing queries.

_yyuktaOption: B

B is correct

MultiCloudIronManOption: B

correct