Question
'Account Aggregator' (AA) framework in India is
regulated by:ÂSolution
AA is a type of NBFC regulated by RBI that helps customers share their financial data across different institutions securely.
Which of the following statements about SQL `INDEXES` is generally TRUE?
Which clause is used to sort query results in SQL?
Given a table employees(id, dept_id, salary), which query returns departments with average salary greater than overall average across the company?
Which of the following SQL constructs avoids returning duplicate rows?
What is the primary purpose of a PL/SQL `CURSOR`?
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?
Which operator is used for pattern matching in SQL?
Which SQL operator is used to search for a pattern in a column?
Which SQL keyword removes duplicate rows automatically from results?
Which SQL clause is used to group rows?