Find the average scores of the customers. Uses COALESCE to replace NULL Score with 0.
SELECT TO_CHAR(CURRENT_DATE, 'DD/MM/YYYY'); -- → '19/05/2026' SELECT TO_CHAR(CURRENT_DATE, 'DD MON YYYY'); -- → '19 MAY 2026' SELECT TO_CHAR(CURRENT_TIMESTAMP ...