Cloning — Question 3
Run the following command, which shows information from the TABLE_STORAGE_METRICS view about the truck_clone and truck tables: SELECT * FROM TASTY_BYTES.INFORMATION_SCHEMA.TABLE_STORAGE_METRICS WHERE (TABLE_NAME = 'TRUCK_CLONE' OR TABLE_NAME = 'TRUCK') AND TABLE_CATALOG = 'TASTY_BYTES'; What values are in the active_bytes column for the “truck” table and the truck_clone table, respectively?
Diese Übung ist Teil des Kurses
<Kurs>Intro to Snowflake for Devs, Data Scientists, Data Engineers</Kurs>Interaktive praktische Übung
Verwandle Theorie mit einer unserer interaktiven Übungen in die Praxis
Übung starten