I have 2 Tables(An address and transaction table). I would like to run a query on one of the tables selecting all people from a certain town. Then I would like to query the second table with the results from the first table in order to have all transactions for a certain town.
Thanks