select b.*,c.countries_name from customers a join address_book b on  
a.customers_id = b.Customers_id join countries c  on b.entry_country_id = c.countries_id
 where b.customers_id = <@KEY@>