Tag archive
Commands grouped around the same concept, pattern, or recurring problem.
Define a new table with column names and data types using `CREATE TABLE`.
Materialize a query's output as a new table in one step using `CREATE TABLE AS SELECT` or `SELECT INTO`.