What I want to get is the Currencies that belong to a particular country ' name.Pais, code.Currencies, name.Currencies, symbol.Currencies
SELECT * FROM moedapais where alpha2Codes = 'AL';
SELECT * FROM Currencies where code =code.moedapais;
* 'AL' being a variable value