Sample data¶
Some of the code examples are based on the Oracle Sample database Schemas (https://docs.oracle.com/en/database/oracle/oracle-database/21/comsc/introduction-to-sample-schemas.html#GUID-844E92D8-A4C8-4522-8AF5-761D4BE99200). You can install a duplicate locally to reproduce the queries with the following repository (https://github.com/oracle/db-sample-schemas). To reproduce the queries in Snowflake you will need to migrate the “hr_cre.sql” and “hr_popul.sql” files safrom the “human_resources” directory using the SnowConvert tool and then deploy the resulting code.