0 0 votes 1. W1(x),R2(x),W1(x),commit2,commit1 2. W1(x),R2(x),W1(x),commit2,Rollback1 Are these schedules view serializable ?? Databases + – papesh 454 views answer comment Share Follow Print See all 2 Comments 2 2 Comments reply dd commented Nov 23, 2016 reply Follow flag to my knowledge, while testing serializability we do not consider Commit/Rollback. 1 1 replyShare santhoshdevulapally commented Dec 4, 2016 reply Follow flag Both are not serializable so it is not view serializable. Serializable i)initilal reads and updated reads and final writes done by transactions are should be same. In both transactions initial reads are not same T2 reads a data item which is updated by T1. 1 1 replyShare Please log in or register to add a comment.