Verified against the official Snowflake COF-C03 Exam Study Guide — follows guide sections 5.1-5.3. Smallest domain by weight, but note it's where the official guide files Cloning, Time Travel, and Fail-safe (not under Architecture) — don't under-study this section just because it looks small.
CREATE TABLE/SCHEMA/DATABASE ... CLONE .... Metadata-only
operation at clone time — instant regardless of source size, no extra storage consumed until
either the clone or the original diverges (copy-on-write). Gotcha: cloning a schema/table
that contains a stream with unconsumed change records creates a stream re-initialized at
the point of cloning — pending records from the original do not carry over to the clone
(a documented official sample-question scenario; see
09_Official_Sample_Questions_Analysis.md).AT/BEFORE clauses and UNDROP. Default
1 day on Standard edition, configurable up to 90 days on Enterprise+
(DATA_RETENTION_TIME_IN_DAYS). Applies to tables, schemas, databases.USAGE/SELECT, adds consumer accounts.