Je veux regarder pourquoi certains descriptions code> sont différents pour le même permis code> id. Voici la table (j'utilise le flocon de neige): xxx pr&e ...
SELECT AVG(salary) FROM emp where COUNT(DISTINCT(dept)) > 3 ;
Using this query, i want to calculate the average salary of Departments where employee number is more than 3.
...