
/* Code Fragment 5.19 Remove nonsequenced duplicates from INCUMBENTS. */

SELECT DISTINCT SSN,PCN
FROM INCUMBENTS
WHERE END_DATE = '3000-01-01'
