This tutorial demonstrated deleting data from a table. It illustrated how the DB Interface Module encapsulates an SQL
DELETE statement by using the classes
RWDBDeleter,
RWDBColumn, and
RWDBCriterion. Like the previous tutorials, it also showed a use of the
RWDBDatabase and
RWDBTable classes.