DATABASE MANAGEMENT SYSTEM
106402Unit 3: Storage and Transaction Processing
Q1c. Serializability of concurrent transaction is ensured by - (i) locking - (ii) time stamping - (iii) both (a) and (b) - (iv) none of these20232m
Unit 3: Storage and Transaction Processing
View this question on its own page →Serializability of concurrent transaction is ensured by
- (i) locking
- (ii) time stamping
- (iii) both (a) and (b)
- (iv) none of these
Q1d. Which of the following is true? - (i) B+ tree allows only the rapid random access (ii) B+ tree allows only the rapid sequential access (iii) B + tree allows rapid random access as well as rapid sequential access (iv) B + tree allows rapid random access and slower sequential access20212m
Unit 3: Storage and Transaction Processing
View this question on its own page →Which of the following is true?
- (i) B+ tree allows only the rapid random access
(ii) B+ tree allows only the rapid sequential access
(iii) B + tree allows rapid random access as well as rapid sequential access
(iv) B + tree allows rapid random access and slower sequential access
- (i) B+ tree allows only the rapid random access
Q1e. Transaction processing is associated with everything below, except - (i) conforming an action or triggering a response (ii) producing detailed summary or exception report (iii) recording a business activity (iv) maintaining a data20212m
Unit 3: Storage and Transaction Processing
View this question on its own page →Transaction processing is associated with everything below, except
- (i) conforming an action or triggering a response
(ii) producing detailed summary or exception report
(iii) recording a business activity
(iv) maintaining a data
- (i) conforming an action or triggering a response
Q1f. f) To which of the following term “DBA” referred? - (i) Data Bank Administrator - (ii) Data Administrator - (iii) Database Administrator - (iv) None of the above20242m
Unit 3: Storage and Transaction Processing
View this question on its own page →f) To which of the following term “DBA” referred?
- (i) Data Bank Administrator
- (ii) Data Administrator
- (iii) Database Administrator
- (iv) None of the above
Q5a. What are the differences between primary index and secondary index?20217m
Unit 3: Storage and Transaction Processing
View this question on its own page →What are the differences between primary index and secondary index?
Q5b. Explain two-phase locking protocol & conflict serializability. | Unit 3 – Transaction Management | Concurrency control.20247m
Unit 3: Storage and Transaction Processing
View this question on its own page →Explain two-phase locking protocol & conflict serializability. | Unit 3 – Transaction Management | Concurrency control.
Q5b. How does the remapping of bad sectors by disk controllers affect data retrievals rates?20217m
Unit 3: Storage and Transaction Processing
View this question on its own page →How does the remapping of bad sectors by disk controllers affect data retrievals rates?
Q6. Show that the two-phase locking protocol ensures conflict serializability and that transaction can be serialized according to their lock points.202114m
Unit 3: Storage and Transaction Processing
View this question on its own page →Show that the two-phase locking protocol ensures conflict serializability and that transaction can be serialized according to their lock points.
Q6b. Explain ACID properties.20247m
Unit 3: Storage and Transaction Processing
View this question on its own page →Explain ACID properties.
Q8. Consider the following ordering schedule — S’ of transactions: `` T1 : R(A); T1 : A := A + 5; T1 : commit; T2 : R(B); T2 : B := B + 5; T3 : R(C); T3 : C := C + 5; T3 : C := C + 5; T4 : R(A); T4 : A := A + 5; T4 : R(D); T4 : D := D + 5; T4 : commit; T2 : commit; T3 : commit; ` Let the initial value of A = B = C = D = 0. The system follows log-based recovery process of *immediate database modification*. The assumption is the concurrency control system uses strict 2PL, and all transactions share a common disk buffer and single log. Explain what happens during the recovery process if a failure occurs at T2 : commit` statement.202114m
Unit 3: Storage and Transaction Processing
View this question on its own page →Consider the following ordering schedule —
S’ of transactions:T1 : R(A); T1 : A := A + 5; T1 : commit; T2 : R(B); T2 : B := B + 5; T3 : R(C); T3 : C := C + 5; T3 : C := C + 5; T4 : R(A); T4 : A := A + 5; T4 : R(D); T4 : D := D + 5; T4 : commit; T2 : commit; T3 : commit;Let the initial value of A = B = C = D = 0.
The system follows log-based recovery process of immediate database modification.The assumption is the concurrency control system uses strict 2PL, and all transactions share a common disk buffer and single log.
Explain what happens during the recovery process if a failure occurs at
T2 : commitstatement.Q9a. What do you mean by concurrency control techniques?20247m
Unit 3: Storage and Transaction Processing
View this question on its own page →What do you mean by concurrency control techniques?
Q9b. Write a short note on any one of the foflowing: - (b) Database recovery20217m
Unit 3: Storage and Transaction Processing
View this question on its own page →Write a short note on any one of the foflowing:
- (b) Database recovery