Basically I have a one-to-many table. I want to append the columns of the larger table to the result set of the smaller table. I will end up with a result set the same size of the smaller table, but again, with the relevant information from the many sided table.
One catch: the many sided table doesn't have a primary key defined, although a composite key could be established (again it isn't there as constraint).