
/* Code Fragment 6.7 Bob was fired as Associate Director of the Computer Center (only current modifications assumed). */

UPDATE INCUMBENTS SET END_DATE = GETDATE()
WHERE SSN= '111-22-3333'
      AND PCN= '999071'
      AND END_DATE= '3000-01-01'
