Question
When will SEBI’s SWAGAT-FI framework for foreign
investors come into effect?Solution
The SWAGAT-FI (Single Window Automatic & Generalised Access for Trusted Foreign Investors) framework launched by SEBI will take effect from June 1, 2026. It aims to streamline registration and compliance for low-risk foreign investors such as sovereign wealth and pension funds.
Which of the following is a mandatory component of a PL/SQL function's definition?
Which PL/SQL cursor attribute returns `TRUE` if the most recent `FETCH` statement returned a row, and `FALSE` otherwise?
What is the primary purpose of a PL/SQL `CURSOR`?
Which SQL clause is used for filtering rows?
In normalization, which normal form removes transitive dependencies?
What is the main function of a PL/SQL `TRIGGER`?
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?
Which clause is used to sort query results in SQL?
What is the primary purpose of a `SEQUENCE` in SQL?