1. update part_t set cost=2.55 WHERE PART = 'WASHER' AND MATERIAL = 'ALUMINIUM' AND SIZE = 'SMALL'; 2. UPDATE part_t SET SIZE = 'TINY' WHERE SIZE = 'SMALL' and PART = 'WASHER';