I have a table T1 in Snowflake that get's truncated and loaded with data weekly. I have to create another table T2 where I should pass all the initial full load from T1 to T2. Then after each week load in T1, T2 table also gets inserted or updated or deleted accordingly.
Kindly give me some sample reference. Thanks.