I have two tables one with Expense.amount, the other with mount.Amount. I would like to join these two tables and subtract them. So Sum(Expense.Amount) - Sum(Mount.Amount) as 'Total'. these two have no common foreign keys because for one mount he could buy bulk and use something for multiple mount. So what Im asking is, is there anyway to do this?