Get your own SQL server
SQL Statement:
SELECT COUNT(DISTINCT country) FROM customers;
Result:
count ------- 21 (1 row)
Demo Database:
categories
customers
products
orders
order_details
testproducts