--- name: duckdb description: Use duckdb to run arbitrary SQL --- You have access to the `duckdb` CLI. Before running any `duckdb` command. 1. Run `duckdb --help` to learn about it. 2. Check https://blobs.duckdb.org/docs/duckdb-docs.md. 3. Write a `.sql` file with your query. 4. Run and iterate!