Question
Which category of banks has the highest Priority Sector
Lending (PSL) target as a percentage of Adjusted Net Bank Credit (ANBC)?Solution
β’ Regional Rural Banks (RRBs) and Small Finance Banks (SFBs) are mandated to allocate 75% of their ANBC or Credit Equivalent of Off-Balance Sheet Exposure (CEOBE) to Priority Sector Lending. β’ This is the highest PSL target among all categories of banks. β’ In contrast: o Domestic SCBs and UCBs typically have 40% PSL targets, o Foreign banks with fewer than 20 branches have lower and differentiated PSL norms, often with exemptions. This higher requirement for RRBs and SFBs reflects their developmental role in promoting financial inclusion and serving underbanked sectors.
Which type of index physically reorders the data rows in the table itself based on the index key, meaning the data is stored in the order of the index?
Recursive CTEs are mainly used for:
To rename a column in a SELECT query result, you use:
Which PL/SQL cursor attribute returns `TRUE` if the most recent `FETCH` statement returned a row, and `FALSE` otherwise?
Which of the following is a key characteristic that distinguishes a PL/SQL `FUNCTION` from a PL/SQL `PROCEDURE`?
Which SQL keyword prevents duplicate rows in result?
Which operator is used to combine results of two SELECT queries and remove duplicates?
What is the result of SELECT COUNT(NULL) on any table?
Which of the following SQL constructs avoids returning duplicate rows?
What is a 'stored procedure' in SQL?