| Hit (GenBank Accn) | Product | Source Genome | Eval. | Ident.(%) | 
|  | hypothetical protein | NC_009442 (Streptococcus suis 05ZYH33)
 | 1e-89 | 100 | 
|  | hypothetical protein | NC_009443 (Streptococcus suis 98HAH33)
 | 1e-89 | 100 | 
|  | membrane protein | NC_012924 (Streptococcus suis SC84)
 | 5e-88 | 100 | 
|  | hypothetical protein | NC_012468 (Streptococcus pneumoniae 70585)
 | 1e-86 | 94 | 
|  | hypothetical protein | NC_012926 (Streptococcus suis BM407)
 | 4e-85 | 98 | 
|  | ABC transporter permease | NC_013853 (Streptococcus mitis B6)
 | 7e-39 | 50 | 
|  | hypothetical protein | NC_009009 (Streptococcus sanguinis SK36)
 | 5e-29 | 41 | 
|  | hypothetical protein | NC_017905 (Streptococcus parasanguinis FW213)
 | 1e-27 | 53 | 
|  | hypothetical protein | NC_021175 (Streptococcus oligofermentans AS 1.3089)
 | 2e-25 | 41 | 
SELECT   distinct ph.genome_accn, ph.id_genome_orf, ph.position_begin_pai, ph.position_end_pai, ph.position_begin_genome, ph.position_end_genome, ph.identity, ph.qcoverage, ph.tcoverage,
                          ph.evalue, ph.score, ph.multi_hsp, ph.multi_strand, ph.source_class, hsp, go.name, go.name_alt, go.pid
          FROM     pai_homolog as ph, genome_orf as go 
          WHERE    ph.pai_accn='NC_009443_P1' AND ph.id_pai_orf='7' AND match_level='P'
                   AND go.genome_accn=ph.genome_accn  AND ph.id_genome_orf=go.id_genome_orf
          ORDER BY ph.score desc, ph.evalue asc, ph.identity desc