17. feladat kesz

This commit is contained in:
BB 2023-10-10 09:20:07 +02:00
parent a6bf178a7e
commit c1bd4a51fc

View File

@ -5,9 +5,18 @@
***
16. feladat
SELECT count(autok.id) as `sportautok-szama`
FROM autok
WHERE kategoriaId = 4;
***
17. feladat
SELECT autok.nev, autok.szin FROM autok
INNER JOIN kategoriak
WHERE kategoriak.nev = "Limuzin"
ORDER BY autok.nev ASC;
***
18. feladat