You can override the WHERE clause to include non-key columns. For example, you might want to update records for employees named Mike Smith only. You can edit the WHERE clause as follows:
UPDATE ZT_SALES SET DATE_SHIPPED = :TU.DATE_SHIPPED
TOTAL_SALES = :TU.TOTAL_SALES WHERE
EMP_NAME = 'MIKE SMITH'