create_table
Define and establish a new table in an SQLite database using a CREATE TABLE SQL statement. Enables structured data storage and management for efficient database operations.
Instructions
Create a new table in the SQLite database
Input Schema
Name | Required | Description | Default |
---|---|---|---|
query | Yes | CREATE TABLE SQL statement |