update titles set price=price*2  where pub_id in (select pub_id
from publishers ) and pub_name='aa';