Which of the following criteria is specific to the consistency property?
a.) Once transaction changes are done and saved, they cannot be lost.
b.) All SQL requests of a transaction must be completed; if not, the transaction must be aborted.
c.) When a transaction is completed, the database must be in a consistent state.
d.) Data used in one transaction cannot be used in another transaction until the first transaction is completed.