begin;
update awardsshareplayers
set awardid = 'Cy Young Award'
where awardid = 'Cy Young';
set awardid = 'Most Valuable Player'
where awardid = 'MVP';
commit;