G
Guest
With the following table structure:
RuleID
QuestionID
Response
There are a fixed number of questions (currently 10) which apply to each rule.
For each Question where all of the Responses are the same across all Rules,
I need to list the rules.
I'd like the output to be a table with 2 columns: Question and Rule
Can anyone think of an efficient way to do it?
-David
RuleID
QuestionID
Response
There are a fixed number of questions (currently 10) which apply to each rule.
For each Question where all of the Responses are the same across all Rules,
I need to list the rules.
I'd like the output to be a table with 2 columns: Question and Rule
Can anyone think of an efficient way to do it?
-David