I will do one last try to explain my problem.
We have modelled a system structured with parts we call modules, i.e. communication types, Voice, Chat, VTC etc..
Each module has a lot of requirements related to them.
Each requirement has 0..n answers related to them, and this answer can be related to the module in focus.
The small example below we look at an VoIP, which has three requirements, and two answers.

The desired output is a table with ALL related requirements, and also the answers, if there are an answer. For this example the output should be:
SFBK_AUT.1 --- Tal Auth av subjekt 1.1
SFBK_UID.1 ---
SFBK_UID.2 --- Tal Unikt ID 1.1The reason we model this way is to be able to reuse these answers/interpretations, in other words, several modules can have the same answer for different requirements.
I think a lot of you can help me with this, I've just been bad att explaining what the problem actually is.
The SQL-query in my previous post yields the following table:
SFBK_AUT.1 --- Tal Auth av subjekt 1.1
SFBK_UID.2 --- Tal Unikt ID 1.1A simple LEFT JOIN does not give me the table I'm looking for.
I would appreciate all help I can get!
Thank you!