SELECT * FROM items WHERE Keywords LIKE '%PDF%' UPDATE items SET UnitPrice = 20 WHERE Keywords LIKE '%PDF%'