i have three SQL server tables like this 
i need to select the categories from LS_categoires where nodeid = 183 and select only 5 files from LS_files that related to each category was selected
if i have two categories related to node 183 the result should be 10 rows
is that possible ?
LS_Filesrelates to theLS_Items_Types? by which key? it isn't clear from the image. – Mahmoud Gamal Jan 21 at 13:14R1-R5looks suspiciously like something that ought to be a set of rows in a separate table. – Damien_The_Unbeliever Jan 21 at 13:18