THE CLOUD EXPEDITION! · Chapter 2

X Marks the Schema

Captain Cloudsworth pulls out a magnifying glass and peers at the cloud databases. Weve connected, weve queried — but what ELSE is hiding in there? Tables we havent seen, columns we havent explored! He flips open a dusty ledger. Before we go deeper, we need the full map. Time to master Catalog Exploration — using DESCRIBE and information_schema to navigate unfamiliar cloud databases.

Your task

Reveal the column structure of `dbquacks_cloud_expedition.global_migrations` — what columns does it have, and what are their types? Table: `dbquacks_cloud_expedition.global_migrations` (MotherDuck).

Start level 4 →

DuckDB docs for this lesson