SLLdel and DLLdel, let's analyze the operations involved in deleting a node from a singly-linked list (SLL) and a doubly-linked list (DLL).SLLdel in the worst case is \( O(n) \).DLLdel in the worst case is \( O(1) \).A schedule of three database transactions \(T_1\), \(T_2\), and \(T_3\) is shown. \(R_i(A)\) and \(W_i(A)\) denote read and write of data item A by transaction \(T_i\), \(i = 1, 2, 3\). The transaction \(T_1\) aborts at the end. Which other transaction(s) will be required to be rolled back?

Consider the following \(B^+\) tree with 5 nodes, in which a node can store at most 3 key values. The value 23 is now inserted in the \(B^+\) tree. Which of the following options(s) is/are CORRECT?
