Table Delete From Optimizing SQL Database Performance previous page next page 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 previous page start next page