Read contract by ID
Reads detailed information about a specific contract identified by its ID. This includes terms, renewal dates, and associated costs.
Use the WHERE id=... clause to find a specific contract. Replace 111112345 with the contract ID.
SELECT * FROM Contracts WHERE id=111112345