Read a customer by ID
Gets a specific customer by their unique Id. Supply the customer ID in the WHERE clause.
SELECT * FROM Customers Where Id=12345
Gets a specific customer by their unique Id. Supply the customer ID in the WHERE clause.
SELECT * FROM Customers Where Id=12345