delete-data
Delete records from PostgreSQL tables using WHERE conditions for precise removal. Includes confirmation prompts for large deletions to ensure data safety.
Instructions
Delete records from a table. Requires WHERE conditions for safety. Includes confirmation prompt for large deletions.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
confirm_delete | No | ||
returning | No | ||
table | Yes | ||
where | Yes |