I am very new to Snowflake, and I have to answer a question whether I can load data into local database table using data share from different account.
e.g: I have database db1 which has emp table locally and I have consumer access to share1 which table emp table,
How I can load data into local emp table using shared emp table.