delete-data
Remove records from a PostgreSQL table with WHERE conditions for precision and a confirmation prompt 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 |