Question
What does the 'C' in CKYCR stand for in the context of
KYC?ÂSolution
CKYCR stands for Central KYC Records Registry, a centralized repository of KYC records of customers in the financial sector.
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?