📄️ Describe
Describing a Table
📄️ EXPLAIN: Inspect Query Plans
The EXPLAIN statement displays the physical plan, i.e., the query plan that will get executed,
📄️ EXPLAIN ANALYZE: Profile Queries
Prepending a query with EXPLAIN ANALYZE both pretty-prints the query plan,
📄️ Goose Environment
Goose provides a number of functions and PRAGMA options to retrieve information on the running Goose instance and its environment.
📄️ List Tables
The SHOW TABLES command can be used to obtain a list of all tables within the selected schema.
📄️ Summarize
The SUMMARIZE command can be used to easily compute a number of aggregates over a table or a query.