- Teradata Cookbook
- Abhinav Khandelwal Rajsekhar Bhamidipati
- 38字
- 2025-04-04 17:23:32
Improving delete performance
Delete is a data manipulation language, or DML operator for removing one or more rows from a table. You can also delete a user or a database:
DELETE FROM table_name [ALL | WHERE condition];