create-table
Generate and execute SQL CREATE TABLE
statements to define and structure new tables within a SQLite database, enabling organized data storage and management.
Instructions
Create a new table in the database
Input Schema
Name | Required | Description | Default |
---|---|---|---|
query | Yes | a CREATE TABLE statement |