Execute DDL
ddlRun DDL statements like CREATE, ALTER, DROP, and TRUNCATE to define or modify Oracle database structures.
Instructions
Execute DDL statements (CREATE, ALTER, DROP, TRUNCATE, etc). Requires ORACLE_MODE=readwrite.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sql | Yes | DDL SQL statement |