DBMS
DBMS
Schedules in which transactions commit only after all transactions whose changes they read
commit are called recoverable schedules.
9) what is view
#
A view is a subset of a database that is generated from a user query and gets stored as a permanent
object.
22)What is deadlock?
#
a situation in which two or more transactions are waiting for one another to give up locks.
2) Recordable schedule.
@
If any transaction that performs a dirty read operation from an uncommitted transaction and also its
committed operation becomes delayed till the uncommitted transaction is either committed or
rollback such type of schedules is called as Recoverable Schedules.
8) Views Serializability
@
View serializability is a concept that is used to compute whether schedules are View-Serializable or
not.
9) Conflicts Serializability
@
Conflict Serializable: A schedule is called conflict serializable if it can be transformed into a serial
schedule by swapping non-conflicting operations.