Week 72 - Basic

This week, we're looking into a new Snowflake feature, EXECUTE IMMEDIATE FROM.

Take the following sql:

create table week72_employees (employeeid int,firstname string,lastname string,dateofbirth date,position string);

Create an external stage to the following location:

s3://frostyfridaychallenges

Execute immediate from the command inside, and your data should look like:

Happy executing!

Previous
Previous

Week 73 - Semi-structured Data

Next
Next

Week 71 - Semi-structured Data