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://frostyfridaychallengesExecute immediate from the command inside, and your data should look like:

Happy executing!