From the textbook by Silberschatz:
Blind writes appear in any view-serializable schedule that is not conflict serializable.
Does this mean if it is a view serializable schedule but not conflict serializable, then it must have a blind write? Is the word 'any' above replaceable by 'all' without changing the meaning of the sentence?
check this https://gateoverflow.in/106187/go-17-mock-1-25
Does this mean if it is a view serializable schedule but not conflict serializable, then it must have a blind write?
yes
Is the word 'any' above replaceable by 'all' without changing the meaning of the sentence?
"Are there conflict serializable schedules that contain blind writes?