As another side note: the very sharp-eyed may notice that the sysobjects table does actually have a "seltrig" column in addition to the "deltrig", "instrig", and "updtrig" columns that hold the object id of delete, insert, and update triggers defined on the table. So a long time ago, someone was thinking of implementing select triggers, however it has never been done and the column is simply unused.
-bret