If the operations in a transaction do not modify the database but only retrieve the data, what does this transaction called?
If the operations in a transaction do not modify the database but only retrieve the data, what does this transaction called?
Explanation
If the database operations do not update the database but only retrieve data, this type of transaction is called a read-only transaction.
If the database were in an inconsistent state before a transaction, it would remain in the inconsistent state after the transaction.