11. How are UPDATE and DELETE commands similar to the SELECT statement?
Only in the WHERE clause, which filters the rows. But, since the WHERE clause supports subqueries, you often include SELECT statements as well.