Query to get the List of Bank Name

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.