Teradata Cookbook
上QQ阅读APP看书,第一时间看更新

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];