SnowPro Core Exam QuestionsBrowse all questions from this exam

SnowPro Core Exam - Question 13


Which of the following objects can be cloned? (Choose four.)

Show Answer
Correct Answer: ABCE

The objects that can be cloned in Snowflake are Tables, Named File Formats, Schemas, and Databases. Shares and Users cannot be cloned because shares represent shared access to data and users represent individual accounts, each with unique permissions and roles. These attributes do not lend themselves to cloning in the same way as databases or tables.

Discussion

48 comments
Sign in to comment
AI_323
Feb 13, 2023

ABCE : Shares and Users cannot be cloned in Snowflake because they represent different types of objects and have different purposes. Shares represent shared access to data within Snowflake, and they cannot be cloned because access to data is controlled through the sharing mechanism, not through copying the share itself. Users represent individual accounts within Snowflake, and they cannot be cloned because each user account must have a unique name and must be associated with a unique set of permissions. Cloning a user would result in two users with the same name, which is not allowed in Snowflake. Instead of cloning Shares or Users, you can use the Snowflake GRANT command to manage access to data and permissions in Snowflake. The GRANT command allows you to control access to data by granting specific privileges to users, roles, or groups.

VLMBL_94
Aug 4, 2024

+agree.

srj_mehta
Jun 14, 2023

answer: ABCE Below is the list of all objects which can be CLONED** in Snowflake. Data Containment Objects Databases Schemas Tables Streams Data Configuration and Transformation Objects Stages File Formats Sequences Tasks Note: Internal named stages cannot be cloned.

ggww
Dec 29, 2021

sgould be ABCE

rajivgupta780Options: ABCE
Jan 22, 2023

ABCE is correct Answer , This can be cloned.

Assim488Options: ABC
May 6, 2023

ABCE https://docs.snowflake.com/en/sql-reference/sql/create-clone

Hello1991
Jan 12, 2022

ABCE IS CORRECT Which Objects Can Be Cloned? Data Containment Objects. Databases. Schemas. Tables. Streams. Data Configuration and Transformation Objects. Stages. File Formats. Sequences. Tasks

akshay_1988
Nov 29, 2022

Option ABCE are correct. https://stackoverflow.com/questions/69412994/in-snowflake-which-of-the-following-objects-can-be-cloned#:~:text=In%20Snowflake%2C%20the%20following%20objects%20can%20be%20cloned%3A,only%20-%20not%20internal%29%20File%20Formats%20Sequences%20Tasks

location75
Apr 17, 2023

ABCE is the correct answer

vamcy2020
Dec 29, 2021

Users not the correct answers

rsmurugan
Jan 15, 2022

ABCE is correct

Jialu
Mar 2, 2022

ABCE is correct

AkvaOptions: ABCE
Apr 19, 2022

ABCE is correct

viratangOptions: ABCE
Jun 28, 2022

https://docs.snowflake.com/en/sql-reference/sql/create-clone.html#syntax This command is primarily used for creating zero-copy clones of databases, schemas, and tables; however, it can also be used to quickly/easily create clones of other schema objects (i.e. external stages, file formats, and sequences).

Percy2112Options: ABCE
Aug 14, 2022

User and Shares can not be cloned.

bharathmv
Sep 6, 2022

ABCE is right option. Users and shares can't be cloned

bharathmvOptions: ABCE
Sep 6, 2022

ABCE is right option. Users and shares can't be cloned

sdnv89Options: ABCE
Nov 18, 2022

Users and shares can not be cloned.

BigDataBB
Nov 30, 2022

Syntax Databases, Schemas, Tables CREATE [ OR REPLACE ] { DATABASE | SCHEMA | TABLE } [ IF NOT EXISTS ] <object_name> CLONE <source_object_name> [ { AT | BEFORE } ( { TIMESTAMP => <timestamp> | OFFSET => <time_difference> | STATEMENT => <id> } ) ] Syntax Other Schema Objects CREATE [ OR REPLACE ] { STAGE | FILE FORMAT | SEQUENCE | STREAM | TASK } [ IF NOT EXISTS ] <object_name> CLONE <source_object_name>

ViniJsr
Jan 4, 2023

ABCE is correct Answer , This can be cloned.

Josa2Options: ABCF
Mar 1, 2023

https://docs.snowflake.com/en/user-guide/object-clone

EmiBOptions: ABCE
Mar 6, 2023

CREATE { DATABASE | SCHEMA | TABLE } <object_name> CLONE CREATE { STAGE | FILE FORMAT | SEQUENCE | STREAM | TASK } <object_name> CLONE

Mayuri917233Options: ACEF
May 11, 2023

ACEF are the correct

VS3497
Jun 14, 2023

A. Tables B. Named File Formats C. Schemas D. Shares E. Databases

AjaybalOptions: ABCE
Aug 1, 2023

ABCE IS CORRECT

arpit_dataguyOptions: ABCE
Jan 27, 2022

Users cannot be cloned.

Sid460545
Jan 30, 2022

ABCE is correct

StrStudyOptions: ABCE
Feb 1, 2022

ABCE is correct

BungyTexOptions: ABCE
Jun 22, 2022

Users cannot be cloned

SpookjeOptions: ABCE
Sep 28, 2022

Users can not be cloned

Tapasgup007Options: ABCE
Dec 2, 2022

ABCE is the correct Answer

ajay_1233456
Jan 22, 2023

ABCE is correct answer

Meen1
Apr 27, 2023

acde is right answer

ETC2Options: ACEF
Aug 29, 2023

ACEF are correct

Kritig08Options: ABCE
Jan 9, 2024

User can't be cloned like database objects. As best practice -- this is from snowflake community.

VenkataPhaniPavanKumar
Jan 26, 2024

ABCE is the right answer To break it down Database, Schemas and Tables can be clone(no brainer). Users cannot be cloned like the above objects. Shares cannot be clone and no where in the docs mentioned about this cloning. The only one remaining from the choice is Named File Format.

_yyuktaOptions: ABCE
Feb 23, 2024

A B C E

AnireddySaikiranReddy
Feb 25, 2024

ACEF are correct

Caesarpanda
Apr 6, 2024

Below are the items we can clone according to chatgpt : databases schemas tables views MV Shares Roles Stored Proc User Defined Func Seq Streams So the correct answer is A,C,D,E

Stevec80Options: ABCE
Apr 9, 2024

https://docs.snowflake.com/en/sql-reference/sql/create-clone

JasMozaiOptions: ABCE
May 8, 2024

Creates a copy of an existing object in the system. This command is primarily used for creating zero-copy clones of databases, schemas, and tables; however, it can also be used to quickly/easily create clones of other schema objects , such as external stages, file formats, and sequences, and database roles.

PrashantGupta1616Options: ABCE
Jun 6, 2024

The following account-level objects cannot be cloned: Users Roles Grants Virtual Warehouses Resource monitors Storage integrations

pranalig
Jun 16, 2024

ABCE: Users and schema cannot be clone

Mallikharjuna452
Jul 17, 2024

A,C,E ARE CORRECT ANSWER

aba2sOptions: ABCE
Oct 30, 2024

D is False because Shares cannot be cloned or reshared F is also false

shubhatOptions: ABCE
Jan 28, 2025

Complete list is as follows: ○ Databases ○ Schemas ○ Tables ○ Views (including materialized views) ○ Streams ○ Stages ○ Pipes ○ Tasks ○ File Formats ○ Sequences

tharangaweerOptions: ABCE
Feb 1, 2025

Table,schemas,file formats, databases can be cloned

jeny12138Options: ABDE
Apr 7, 2025

ABDF is correct

jeny12138Options: ABCE
Apr 7, 2025

ABCE is correct