| Hit (GenBank Accn) | Product | Source Genome | Eval. | Ident.(%) | 
|  | polysaccharide biosynthesis family protein | NC_004668 (Enterococcus faecalis V583)
 | 0.0 | 100 | 
|  | polysaccharide biosynthesis family protein | NC_018081 (Enterococcus hirae ATCC 9790)
 | 1e-86 | 42 | 
|  | polysaccharide biosynthesis family protein | NC_017022 (Enterococcus faecium Aus0004)
 | 5e-85 | 42 | 
|  | polysaccharide biosynthesis family protein | NC_021994 (Enterococcus faecium AUS0085)
 | 5e-85 | 42 | 
|  | polysaccharide biosynthesis protein | NC_017960 (Enterococcus faecium DO)
 | 5e-85 | 42 | 
|  | polysaccharide biosynthesis family protein | NC_020207 (Enterococcus faecium NRRL B-2354)
 | 5e-85 | 42 | 
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='AF454824' AND ph.id_pai_orf='82' 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