> Sorry, why do you need the joins?
>
> Best,
> Oliver
Strictly speaking, for the examples and results given, the joins are pointless when you can get all the info from the
'move'table (but then the problem is like the 'hello world' of SQL)
But then the other 2 tables are completely redundant in the examples (even for context they're not very useful), so I
madethe assumption that he would also want to retrieve some other information about the products or locations and the
joinswould then be required.
I think the question may be missing some details about what is actually wanted...