execute_ddl
Execute SQL DDL and DML statements (CREATE, INSERT, UPDATE, DELETE, ALTER, DROP) with immediate commit for schema changes and data modifications.
Instructions
Execute a DDL or DML statement (CREATE, INSERT, UPDATE, DELETE, ALTER, DROP). Use with caution — changes are committed immediately.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| statement | Yes | SQL DDL/DML statement (without trailing semicolon) |