Small. Fast. Reliable.
Choose any three.

create-table-stmt

CREATE TEMP TEMPORARY TABLE IF NOT EXISTS schema-name . table-name ( column-def table-constraint , ) WITHOUT ROWID , AS select-stmt

Used by:   sql-stmt

References:   column-def   select-stmt   table-constraint

See also:   lang_createtable.html