Oracle HCM: Retrieve List of Bank Names for a Specific Country

SELECT BANK_NAME FROM CE_BANKS_V
WHERE HOME_COUNTRY = 'GB' 
ORDER BY BANK_NAME

I hope this blog post was helpful for you. If you have any questions or feedback, please leave a comment below.

SQL Queries (SQLQ)
Posted by : Mohammad