Sobes.tech
Junior

Tabuľka s 1 stĺpcom: id --- 1 2 3 4 5 NULL NULL 1) Čo vráti funkcia v dotaze typu: -- SELECT ... FROM table count(*) = count(1) = count(id) = count("id") = count(NULL) = 2) min(id) = max(id) = sum(id) = avg(id) =