| Hit (GenBank Accn) | Product | Source Genome | Eval. | Ident.(%) | 
|  | hypothetical protein | NC_009792 (Citrobacter koseri ATCC BAA-895)
 | 1e-25 | 100 | 
|  | putative type IV secretory pathway VirB2 component | NC_011745 (Escherichia coli ED1a)
 | 1e-25 | 100 | 
|  | putative type IV secretory pathway VirB2 component | NC_011751 (Escherichia coli UMN026)
 | 1e-25 | 100 | 
|  | type IV secretory pathway VirB2 component | NC_012731 (Klebsiella pneumoniae NTUH-K2044)
 | 1e-25 | 100 | 
|  | Conjugal transfer protein TrbC | NC_013592 (Dickeya dadantii Ech586)
 | 6e-25 | 83 | 
|  | type IV secretory pathway VirB2 component | NC_005814 (Yersinia pestis 91001)
 | 3e-17 | 69 | 
|  | TriB protein | NC_006154 (Yersinia pseudotuberculosis IP 32953)
 | 5e-14 | 50 | 
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='AY233333' AND ph.id_pai_orf='4' 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