drop_table
Removes a specified table from a database once safety confirmation is provided.
Instructions
Remove a table from the database with safety confirmation
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| confirm | Yes | Safety confirmation flag (must be true) | |
| tableName | Yes | Name of the table to drop | |
| connectionId | Yes | The ID or name of the database connection |