How do I include fields from different records with a common value of another fields? I have in a table country information with the county name, primary language and population.
I’m trying to write a query that allows me to print the names of the countries with the same primary language.
I would appreciate any help