access query one to many (aggregated) -


how make table query (or other type of query). data example general idea is:

  • table (fields: "country ", “city”, "avenue")

  • table b (fields: "country ", "population [mln]")

i need 1 table aggregated 2 above tables.

what should query info aggregated

(fields: " country ", “city”, “avenue”, "population [mln]".

(population per country only)

i'd grateful if help, s.


Comments

Popular posts from this blog

powershell Start-Process exit code -1073741502 when used with Credential from a windows service environment -

twig - Using Twigbridge in a Laravel 5.1 Package -

c# - LINQ join Entities from HashSet's, Join vs Dictionary vs HashSet performance -