Parshuram ParabFollowMay 25, 2022·1 min readDescribe zero-copy cloning?Zero-copy is described as a snowflake clone. We use clones to create a copy of the database schema or table without copying the available storage files on the disk.example:create database mytest_clone clone mytest;