In this case it's easy. The column names in each table the view is based on are the same, so instead of using the * operator to grab each column, you'll need to list each column you want to return and ...