<aside> 💡 Based on the assumption the schema name is “crm”

</aside>

List of contacts and their country of origin

SELECT 
  property_firstname,
  property_lastname,
  property_country 
  
  FROM crm.contact