Explore Data from SAP® Business Data Cloud¶
In this topic we will explore the data that has been shared with Snowflake. All examples are intended to showcase accessing data using Snowflake.
The following sections use CUSTOMER as an example database, but you can use the same steps to explore the data in your database.
Explore the database, schemas, and tables¶
Examine the database:
Which should produce results similar to:
Where each row represents the schema in your database.
Examine the tables in the database:
Which should produce results similar to:
Query tables in the CUSTOMER database¶
Query the ‘customer’ table:
Create Table As Select (CTAS) in a new database¶
Create a new database to hold the CTAS: