Table Delete

Optimizing SQL Database Performance

Optimizing Database Performance

Table Delete

The Table Delete physical operator deletes rows from the table specified in the argument column. If a WHERE:() predicate is present in the Argument column, only those rows that satisfy the predicate will be deleted.

See Also

DELETE