dovresti fare così
codice:
select c.ID, c.Descr, c.Prezzo, a.Categoria , c.SCategoria
from Categorie a,Sottocategorie b,Articoli c
where a.id=b.id
and b.categoria=c.categoria
and c.SCategoria=b.id