Copy, Clone and Snapshots are 3 operations which we can perform on BigQuery tables. As the name suggests copy - copies the table, clone - clones the table and snapshot - takes a snapshot of the table table
We will see more details about these 3 operations
Code for this offering is here https://gist.github.com/arunsark/5b3527c008fe7bfa115d34839f8a0b01
#googlecloud #gcp #bigquery #copy #clone #snapshot