Comptage SQL des lignes uniques
SELECT COUNT(DISTINCT country)
FROM Customers;
SAMER SAEID
SELECT COUNT(DISTINCT country)
FROM Customers;