Find what schema a table is in
We can use either SVV_REDSHIFT_TABLES
or SVV_ALL_TABLES
to see details about tables such as database name, schema name, and more. These views act as a window into the internal structure of Redshift, allowing you to explore and understand the organization of your data.
Leverage one of those views to determine which schema the ecommerce_sales
table belongs to.
This exercise is part of the course
Introduction to Redshift
Hands-on interactive exercise
Turn theory into action with one of our interactive exercises
