Cloning -2

Cloning -2

Professional Development

7 Qs

quiz-placeholder

Similar activities

Cloud QUIZ

Cloud QUIZ

University - Professional Development

12 Qs

POWER BI QUESTIONS

POWER BI QUESTIONS

Professional Development

10 Qs

Payments Hub - Science Quiz

Payments Hub - Science Quiz

Professional Development

10 Qs

GROUP 4

GROUP 4

KG - Professional Development

10 Qs

Writing the Research Paper

Writing the Research Paper

Professional Development

10 Qs

BM4085 - Business IT

BM4085 - Business IT

Professional Development

12 Qs

Architettura DDL

Architettura DDL

Professional Development

8 Qs

Start Up Developer

Start Up Developer

Professional Development

10 Qs

Cloning -2

Cloning -2

Assessment

Quiz

Science

Professional Development

Hard

Created by

Sydney Cucchiara

Used 3+ times

FREE Resource

7 questions

Show all answers

1.

MULTIPLE SELECT QUESTION

45 sec • 1 pt

When you clone a table, what happens initially?

The clone does not consume additional storage

The micro-partitions that make up the original table copied and allocated to the new table

The clone is read only.

Storage for all the micro-partitions is allocated to the orginal table

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is true about cloned tables?

Clones tables are read only

Cloned tables can access the time travel data of the original table

Cloned tables can, in turn, be cloned

Cloned tables must retain the same paramater values at the source (such as DATA_RETENTION_TIME_IN_DAYS)

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of these statements will clone DB_A to DB_B?

CLONE DB_A TO DB_B

CLONE DB_B FROM DB_A

CREATE DB_B CLONE DB_A

CREATE DB_B FROM DB_A

CLONE DB_A CREATE DB_B

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

With the Enterprise edition of Snowflake, what is the longest setting for the parameter DATA_RETENTION_TIME_IN_DAYS?

1 DAY

10 DAYS

90 DAYS

120 DAYS

5.

MULTIPLE SELECT QUESTION

45 sec • 1 pt

What causes micro-partitons to go into time travel?

Inserting data into a table

Deleting data from a table

Updating rows in a table

Truncating a table

6.

OPEN ENDED QUESTION

3 mins • 1 pt

What are common use cases for database replication?

Evaluate responses using AI:

OFF

7.

MULTIPLE SELECT QUESTION

45 sec • 1 pt

With DATABASE replication, which of the following objects will be replicated?

Schemas

Views

Resource Monitors

Tables

Users