Get your own SQL server

SQL Statement:

 
SELECT COUNT(DISTINCT country) FROM customers;        

Result:

 count
-------
    21
(1 row)