Generate SQL command for creating a table with data.
table name
columns with their types {name: type}
{name: type}
Optional
primary key(s)
query data for creating the table {query, data}
{query, data}
Generated using TypeDoc
Generate SQL command for creating a table with data.