How is the group handling Many to Many relationships when modeling relational data. Are you combining the two tables into a single query subject? What are you doing with the Junction table? We have a number of many to many relationships in our transactional system, and I would like to figure out a semi standard way of handling them.