| Hit (GenBank Accn) | Product | Source Genome | Eval. | Ident.(%) | 
|  | hypothetical protein | NC_017337 (Staphylococcus aureus ED133)
 | 4e-43 | 100 | 
|  | hypothetical protein | NC_009782 (Staphylococcus aureus Mu3)
 | 3e-42 | 97 | 
|  | hypothetical protein | NC_002758 (Staphylococcus aureus Mu50)
 | 3e-42 | 97 | 
|  | hypothetical protein | NC_002745 (Staphylococcus aureus N315)
 | 3e-42 | 97 | 
|  | Superantigen-encoding pathogenicity islands protein SaPI | NC_017347 (Staphylococcus aureus T0131)
 | 3e-42 | 97 | 
|  | mobile element-associated transcriptional regulator, putative | NC_022222 (Staphylococcus aureus 6850)
 | 1e-41 | 97 | 
|  | hypothetical protein | NC_007622 (Staphylococcus aureus RF122)
 | 2e-41 | 96 | 
|  | hypothetical protein | NC_012121 (Staphylococcus carnosus TM300)
 | 3e-32 | 75 | 
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_017337_P5' AND ph.id_pai_orf='13' 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