create-table
Create a new table by specifying its name and columns with their data types (VARCHAR2, DECIMAL, BOOLEAN, DATETIME, LIST).
Instructions
Create a new Table with the given name and columns
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| columns | Yes | ||
| tableName | Yes | The name of the table to create |