Plus simple :


select CAST(1.0 * count(*) /count (distinct id_auditeur) AS NUMERIC(3, 2))
from inscrire
where annee = 2005

A +