Sobes.tech
Junior

Tabel cu 1 coloană: id --- 1 2 3 4 5 NULL NULL 1) Ce va returna funcția într-o interogare de tip: -- SELECT ... FROM table count(*) = count(1) = count(id) = count("id") = count(NULL) = 2) min(id) = max(id) = sum(id) = avg(id) =