DATABASE MANAGEMENT SYSTEM

106402
Back to DATABASE MANAGEMENT SYSTEM

Unit 3: Storage and Transaction Processing

  1. 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

    Serializability of concurrent transaction is ensured by

    • (i) locking
    • (ii) time stamping
    • (iii) both (a) and (b)
    • (iv) none of these
    View this question on its own page →
  2. 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

    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
    View this question on its own page →
  3. 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

    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
    View this question on its own page →
  4. 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

    f) To which of the following term “DBA” referred?

    • (i) Data Bank Administrator 
    • (ii) Data Administrator 
    • (iii) Database Administrator 
    • (iv) None of the above
    View this question on its own page →
  5. Q5a. What are the differences between primary index and secondary index?20217m

    Unit 3: Storage and Transaction Processing

    What are the differences between primary index and secondary index?

    View this question on its own page →
  6. Q5b. Explain two-phase locking protocol & conflict serializability. | Unit 3 – Transaction Management | Concurrency control.20247m

    Unit 3: Storage and Transaction Processing

    Explain two-phase locking protocol & conflict serializability. | Unit 3 – Transaction Management | Concurrency control.

    View this question on its own page →
  7. Q5b. How does the remapping of bad sectors by disk controllers affect data retrievals rates?20217m

    Unit 3: Storage and Transaction Processing

    How does the remapping of bad sectors by disk controllers affect data retrievals rates?

    View this question on its own page →
  8. 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

    Show that the two-phase locking protocol ensures conflict serializability and that transaction can be serialized according to their lock points.

    View this question on its own page →
  9. Q6b. Explain ACID properties.20247m

    Unit 3: Storage and Transaction Processing

    Explain ACID properties.

    View this question on its own page →
  10. 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

    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.

    View this question on its own page →
  11. Q9a. What do you mean by concurrency control techniques?20247m

    Unit 3: Storage and Transaction Processing

    What do you mean by concurrency control techniques?

    View this question on its own page →
  12. Q9b. Write a short note on any one of the foflowing: - (b) Database recovery20217m

    Unit 3: Storage and Transaction Processing

    Write a short note on any one of the foflowing:

    • (b) Database recovery
    View this question on its own page →