Sobes.tech
Junior

Tabel met 1 kolom: id --- 1 2 3 4 5 NULL NULL 1) Wat geeft de functie terug in een query van het type: -- SELECT ... FROM table count(*) = count(1) = count(id) = count("id") = count(NULL) = 2) min(id) = max(id) = sum(id) = avg(id) =