Question
The Reserve Bank of India’s Regulatory Review Cell
(RRC) will review regulations of banks and regulated entities once every:Solution
The RBI has established the RRC to periodically review banking and financial regulations to ensure they remain relevant. According to the information, this review cycle is set at every 5 to 7 years. This balances regulatory stability with timely updates in response to changing financial markets, technology, and global practices.
Which command removes all rows but keeps table structure?
Which operator is used for pattern matching in SQL?
In PL/SQL, what type of parameter allows a procedure to both receive a value from the calling environment and return a modified value back to it?
ROW_NUMBER() OVER (PARTITION BY dept ORDER BY salary DESC) assigns:
In SQL, the ROWS BETWEEN UNBOUNDED PRECEDING AND CURRENT ROW clause applies to:
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?
Deadlock in DBMS can be prevented using:
What is an SQL `VIEW`?
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?
In PL/SQL, what type of parameter allows a procedure to both receive a value from the calling environment and return a modified value back to it?