Get your own SQL server

SQL Statement:

 
SELECT COUNT(customer_id)
FROM customers;        

Result:

 count
-------
    91
(1 row)