I've got two tables (see below), RM and RP. In the RP Table below, the Provider key can have many RegionIds (key) associated with it. Can I create a query that will allow me to return a Provider with all of their associated RegionIds (using the RP table) and also grab the RegionIds respective ClientNum from the RM Table?
RM Table RP Table
-------- --------
RegionId key RegionId key
.. Provider key
..
ClientNum