Question
Consider the following statements about the NABARD?
I.NABARD was established on 12 July 1982. II. NABARD is a regulatory body for regional rural banks and apex cooperative banks in India.. III. It is under the jurisdiction of the Ministry of Agriculture. Which of the following statements is/are incorrect?Solution
NABARD was established on the recommendations of B.Sivaramman Committee (by Act 61, 1981 of Parliament) on 12 July 1982 NABARD is an apex regulatory body for overall regulation of regional rural banks and apex cooperative banks in India. It is under the jurisdiction of the Ministry of Finance, Government of India.
To remove all rows from a table without logging individual row deletions and without firing triggers, which command would you typically use?
What does re.sub(r'(\w+)', r'_\1_', 'hello world') return?
In an E-R diagram, a double rectangle represents a:
Which isolation level allows dirty reads?
Examine the following Java-like code:Â
  ```java
  class Parent {
    String name = "Parent";
    p...
A `FOREIGN KEY` constraint is used to:
In paging, the page size is defined by:
Which SQL clause is used to group rows based on one or more columns?
Which aggregate function returns the number of rows that match a specified criterion?
Which of the following is a significant disadvantage of using a traditional file system compared to an RDBMS?