select
kat_nev
,
count
(
*
)
from
aru
,
kategoria
where
aru
.
kat_kod
=
kategoria
.
kat_kod
group
by
kat_nev
;