Imagem de fundo

O comando SQL  select x.a,sum(z.e) as s  from x, y, z where x.a=z.a and y.c=z.c group b...

O comando SQL

 select x.a,sum(z.e) as s

 from x, y, z

where x.a=z.a and y.c=z.c

group by x.a

produz como resultado:


A

B

C

D

E