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.
Cet exercice fait partie du cours
Introduction to Redshift
Exercice interactif pratique
Passez de la théorie à la pratique avec l’un de nos exercices interactifs
