Authorization to execute CREATE [object] statements comes only from which role?
Authorization to execute CREATE [object] statements comes only from which role?
Authorization to execute CREATE [object] statements typically comes from the primary role. The primary role has the necessary permissions to create objects within the database, giving it the authority to execute these statements.
A. Primary role Note that authorization to execute CREATE <object> statements to create objects is provided by the primary role. https://docs.snowflake.com/en/sql-reference/sql/use-secondary-roles
Primary role is the correct answer