
/* Code Fragment 5.9 Sequenced sort INCUMBENTS on the position code (second version). */

SELECT *
FROM INCUMBENTS
ORDER BY PCN
