edited by
4,655 views

4 Answers

2 votes
2 votes

For checking it's equivalent serial schedule first check the conflicts in that transaction tables and draw a precedence graph from that conflicts. If you don't observe any loop between two transactions,then you can assure that their exists at least one serial schedule that is conflict equivalent to this concurrent schedule then from the precedence graph. The transactions are arranged in order of their IN DEGREE in ascending order that will be the EQUIVALENT SERIAL SCHEDULE.  

Answer:

Related questions

6 votes
6 votes
2 answers
1
Isha Gupta asked Jun 15, 2016
6,332 views
In functional dependency Armstrong inference rules refers toReflexive, Augmentation and DecompositionTransitive, Augmentation and ReflexiveAugmentation, Transitive, Refle...
3 votes
3 votes
2 answers
2
Isha Gupta asked Jun 15, 2016
3,657 views
Which type of DBMS provides support for maintaining several versions of the same entity?Relational Database Management SystemHierarchicalObject Oriented Database Manageme...
5 votes
5 votes
2 answers
3
ajit asked Oct 1, 2015
4,603 views
Which normal form is based on the concept of 'full functional dependency' isFirst Normal FormSecond Normal FormThird Normal FormFourth Normal Form
5 votes
5 votes
4 answers
4
go_editor asked Jun 22, 2016
3,046 views
Which $\textsf{RAID}$ level gives block level striping with double distributed parity?$\textsf{RAID 10}$$\textsf{RAID 2}$$\textsf{RAID 6}$$\textsf{RAID 5}$