| Hit (GenBank Accn) | Product | Source Genome | Eval. | Ident.(%) | 
|  | transposase | NC_004461 (Staphylococcus epidermidis ATCC 12228)
 | 8e-14 | 100 | 
|  | transposase | NC_020164 (Staphylococcus warneri SG1)
 | 1e-09 | 83 | 
|  | transposase | NC_017195 (Bacillus subtilis RO-NN-1)
 | 6e-07 | 70 | 
|  | Undefined function | NC_020558 (Listeria monocytogenes N53-1)
 | 2e-06 | 69 | 
|  | transposase | NC_014639 (Bacillus atrophaeus 1942)
 | 2e-05 | 63 | 
|  | 1-related, transposase | NC_011772 (Bacillus cereus G9842)
 | 2e-04 | 50 | 
|  | hypothetical protein | NC_017581 (Streptococcus thermophilus JIM 8232)
 | 3e-04 | 52 | 
|  | hypothetical protein | NC_017927 (Streptococcus thermophilus MN-ZLW-002)
 | 3e-04 | 52 | 
|  | Putative transposase | NC_017563 (Streptococcus thermophilus ND03)
 | 3e-04 | 52 | 
|  | hypothetical protein | NC_007168 (Staphylococcus haemolyticus JCSC1435)
 | 0.014 | 65 | 
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_004461_R1' AND ph.id_pai_orf='78' 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