DELETE#

DELETE FROM TABLE#

Delete a tuple from a table based on a predicate.

DELETE FROM MyVideo WHERE id<10;