relational veritabanından data çağırma

select urun_adi.ad,sum(adet) from stok,urun_adi where stok.ad=urun_adi.id group by urun_adi.ad