Write suitable SQL query for the following:
To determine the count of rows in the Suppliers table.
Suppliers
SELECT COUNT(*) FROM Suppliers;