Valid SOL-C01 Dumps shared by ExamDiscuss.com for Helping Passing SOL-C01 Exam! ExamDiscuss.com now offer the newest SOL-C01 exam dumps, the ExamDiscuss.com SOL-C01 exam questions have been updated and answers have been corrected get the newest ExamDiscuss.com SOL-C01 dumps with Test Engine here:
A data engineer needs to create a new database named `SALES DATA in Snowflake. They want to ensure that only users with the 'ACCOUNTADMIN' role can initially modify the database. After creation, they will grant specific privileges to other roles. Which of the following SQL statements is the most appropriate way to create the database with these requirements?
Correct Answer: A
Option A creates the database. Initially, 'ACCOUNTADMIN' role has ownership and thus can modify it. Options B, C, and E are valid syntax but do not explicitly restrict initial modification access to only `ACCOUNTADMIN' post-creation. Option D is invalid syntax as OWNER cannot be specified during database creation. Permissions are managed separately using GRANT statements after creation.