3,364 views
3 votes
3 votes
There exist an schedule which serializable but is neither view serializable nor conflict serializable ?

1 Answer

Best answer
7 votes
7 votes

A transaction schedule is serializable if its outcome (e.g., the resulting database state) is equal to the outcome of its transactions executed serially, i.e., sequentially without overlapping in time.

Two major types of serializability exist: view-serializability, and conflict-serializability. View-serializability matches the general definition of serializability given above. Conflict-serializability is a broad special case, i.e., any schedule that is conflict-serializable is also view-serializable, but not necessarily the opposite. 

In short:->Ur statement is false bcz if serialized schedule then it is definitely view serialzable but may or may not conflict serialzable.
selected by

Related questions

1 votes
1 votes
1 answer
1
iarnav asked Dec 11, 2017
1,423 views
does graph based and time stamp ordering protocol ensure freedom from cascadeless rollback?
1 votes
1 votes
1 answer
2
iarnav asked Dec 11, 2017
1,082 views
what is the difference btw ABORT AND FAIL IN TRANSACTION? PLEASE EXPLAIN WITH A SMALL EXAMPLE!
5 votes
5 votes
1 answer
3
iarnav asked Dec 10, 2017
13,702 views
Please explain the concept of Blind Write in a simplified manner w/ a small example!