| Hit (GenBank Accn) | Product | Source Genome | Eval. | Ident.(%) | 
|  | recombinase | NC_006856 (Salmonella enterica SC-B67)
 | 3e-26 | 78 | 
|  | hypothetical protein | NC_021351 (Corynebacterium glutamicum SCgG1)
 | 3e-17 | 56 | 
|  | hypothetical protein | NC_021352 (Corynebacterium glutamicum SCgG2)
 | 3e-17 | 56 | 
|  | ResA | NC_021086 (Propionibacterium acnes HL096PA1)
 | 2e-14 | 54 | 
|  | hypothetical protein | NC_016799 (Corynebacterium diphtheriae 31A)
 | 2e-14 | 50 | 
|  | hypothetical protein | NC_016800 (Corynebacterium diphtheriae BH8)
 | 2e-14 | 50 | 
|  | putative resolvase | NC_016861 (Salmonella enterica T000240)
 | 1e-08 | 42 | 
|  | transposase-like protein | NC_016802 (Corynebacterium diphtheriae HC02)
 | 2e-08 | 47 | 
|  | transposase-like protein | NC_016788 (Corynebacterium diphtheriae HC04)
 | 2e-08 | 50 | 
|  | transposase-like protein | NC_016790 (Corynebacterium diphtheriae VA01)
 | 2e-08 | 50 | 
|  | resolvase family site-specific recombinase | NC_007616 (Nitrosospira multiformis ATCC 25196)
 | 1e-04 | 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='DQ437742' AND ph.id_pai_orf='34' 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