1. सीखें
  2. /
  3. पाठ्यक्रम
  4. /
  5. Snowflake Architecture

Connected

अभ्यास

Creating a zero-copy clone

Before running a bulk transformation on Snowy Peak's subscription data, the data team wants an instant backup. Snowflake's zero-copy clone creates an exact copy of a table in milliseconds — no storage duplication until the two tables diverge.

The snowy_peak.subscriptions table has columns subscription_id, user_email, plan, status, start_date, and monthly_fee.

निर्देश

100 XP
  • Create a zero-copy clone of snowy_peak.subscriptions named snowy_peak.subscriptions_backup using CREATE OR REPLACE TABLE ... CLONE ....
Powered by Snowflake