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

firemonkey - How do I make a beep sound in Android using Delphi and the API? -

twig - Using Twigbridge in a Laravel 5.1 Package -

jdbc - Not able to establish database connection in eclipse -