Odd, I get a different result with these 2 queries.
select distinct i.number, eot.sequence, eot.anotherfield, eot.description
/*select distinct count(*) as "Number of rows without EOT"*/
from
inst i,
inst_player ip,
ownership o,
electronic_output_title eot
where i.number = ip.number...