Render the full reference page for a single SQL command.
/cmd <name>
## Overview `/cmd` looks up a SQL command by name in the embedded documentation index and renders its full reference page: overview, syntax, parameters, examples, pitfalls, and see-also links. Companion to `/docs` (which searches) and `/demo` (which loads a runnable scenario). Runs offline. ## Behavior - Name lookup is case-insensitive. Multi-word names (`CREATE TABLE`, `INSERT OVERWRITE`) are accepted. - If the name is ambiguous or not found, the card shows the closest matches and suggests `/docs <query>` for full search. - The rendered page is the same content served by the GUI docs browser and the MCP docs tool, so command behavior descriptions stay consistent across surfaces. - Useful as a quick in-shell reference without leaving the REPL.
/cmd VACUUM
/cmd MERGE
/cmd OPTIMIZE
/cmd CREATE TABLE