| Hit (GenBank Accn) | Product | Source Genome | Eval. | Ident.(%) | 
|  | pathogenicity island protein | NC_002951 (Staphylococcus aureus COL)
 | 4e-39 | 100 | 
|  | hypothetical protein | NC_016928 (Staphylococcus aureus M013)
 | 4e-39 | 100 | 
|  | hypothetical protein | NC_022443 (Staphylococcus aureus SA40)
 | 4e-39 | 100 | 
|  | hypothetical protein | NC_022442 (Staphylococcus aureus SA957)
 | 4e-39 | 100 | 
|  | hypothetical protein | NC_009782 (Staphylococcus aureus Mu3)
 | 1e-37 | 96 | 
|  | hypothetical protein | NC_002758 (Staphylococcus aureus Mu50)
 | 1e-37 | 96 | 
|  | hypothetical protein | NC_017341 (Staphylococcus aureus JKD6008)
 | 1e-37 | 95 | 
|  | Pathogenicity island protein | NC_017347 (Staphylococcus aureus T0131)
 | 1e-37 | 95 | 
|  | pathogenicity island protein | NC_017331 (Staphylococcus aureus TW20)
 | 1e-37 | 95 | 
|  | hypothetical protein | NC_013893 (Staphylococcus lugdunensis HKU09-01)
 | 2e-35 | 90 | 
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='AF410775' AND ph.id_pai_orf='10' 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