Question
What compensation will be provided to the next of kin of
prisoners in Karnataka in case of unnatural death due to quarrel among prisoners, as per the recently framed policy?Solution
In Karnataka , A policy has been framed for paying a compensation of ₹7.5 lakh to the next of kin of the prisoners in case of unnatural death of prisoner due to a quarrel among prisoners, and ₹5 lakh in case of other unnatural deaths, including suicide, within the prisons The policy was framed on the directions issued by the Supreme Court and the High Court, which had in 2017 initiated a suo motu PIL on the top court’s orders to ensure that the State government formulated a scheme to identify prisoners who died unnaturally while in prison since 2012, identify the next of kin of deceased prisoners, and pay reasonable compensation to them ‘Grievances addressed’ A Division Bench comprising Chief Justice Prasanna B. Varale and Justice Krishna S. Dixit, which took note of the policy, framed in October 2022, disposed of the petition while observing that the government had appropriately addressed and redressed the grievances raised in the petition Not for natural death However, as per the policy, no compensation would be paid in case of natural death, including death due to illness of the prisoners Also, no compensation would be paid if the death occurs while escaping from prison or while on parole or lawful custody outside the prison; and if the death occurs due to natural disaster/calamity. About Karnataka Chief minister: Siddaramaiah Governor: Thawar Chand Gehlot Capital: Banglore
An RDBMS provides mechanisms for data integrity, such as primary keys and foreign keys, which are generally lacking in:
Which constraint ensures that no duplicate values exist in a column?
Query optimization heuristic that “pushes selections down” improves:
Multiversion Concurrency Control (MVCC) ensures:
Which system call is used to create a new process in UNIX/Linux?
Given a `Queue` data structure with `enqueue` and `dequeue` operations. What is the element returned by the last `dequeue` operation in the following se...
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...
Which of the following operators is used to compare a value to a list of literal values that have been specified?
Phantom Reads occur when:
Which SQL command is used to remove a table from the database?