W3cubDocs

/SQLite

create-table-stmt

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

Used by: sql-stmt
References: column-def select-stmt table-constraint table-options
See also: lang_createtable.html

SQLite is in the Public Domain.
https://sqlite.org/syntax/create-table-stmt.html