SQL COUNT () avec distinct
SELECT COUNT(DISTINCT country)
FROM Customers;
SAMER SAEID
SELECT COUNT(DISTINCT country)
FROM Customers;