Question
Which of the following lake-location pairs is
incorrectly matched?    (I) Chilika Lake - Odisha    (II) Kolleru Lake - Andhra Pradesh    (III) Loktak Lake - Jammu and Kashmir    Select the correct code:ÂSolution
Loktak Lake is incorrectly matched as it is located in Manipur, not Jammu and Kashmir. Chilika Lake and Kolleru Lake are correctly paired with their respective locations in Odisha and Andhra Pradesh.
Which SQL statement is used to remove all rows from a table without logging individual row deletions?
Consider a `Stack` data structure implemented with `push` and `pop` operations. What is the final state of the stack after the following sequence of ope...
A column or set of columns that uniquely identifies each row in a table is called a:
Deadlock occurs when:
Which of the following is a non-relational database?
Which SQL command is used to retrieve data from a database?
Wait-Die and Wound-Wait are strategies for:
Given the `SinglyLinkedList` and its `delete_node` method as provided, what will be the output of `my_list.print_list()` after the following sequence of...
The "Dirty Read" problem occurs when:
Which of the following is a common technique for concurrency control in databases?