Question
As per the RTI Act, 2005, the time limit for providing
information if it concerns the "life or liberty" of a person is:Solution
Section 7(1) of the RTI Act states that generally, information must be provided within 30 days. However, it contains a critical proviso: "Provided that where information sought concerns the life or liberty of a person, the same shall be provided within forty-eight hours of the receipt of the request." This recognizes the extreme urgency and potential life-threatening nature of such situations.
A view in SQL is:
You have a Python list of fruits and want to extract a specific sub-list using slicing.
 Complete the missing part of the code to obtain the sub...
What will be the value of `x` after the following pseudo-code execution?Â
```
  x = 0
  data = [10, 20, 30]
  f...
Which of the following operators is used to compare a value to a list of literal values that have been specified?
Which SQL command is used to retrieve data from a table?
Which aggregate function returns the number of rows that match a specified criterion?
Which OOP concept directly influences control flow by allowing different implementations of a method to be called based on the type of the object at run...
If every non-key attribute is functionally dependent on the primary key, the relation will be in
A table is in 2NF (Second Normal Form) if it is in 1NF and:
Shadow paging in recovery eliminates the need for: