Find Possible Answers for Questions
- Work Process - Purpose
Finding possible answers for questions using DB Tools such as Toad.
- Work Process - Summary
Running a simple query to find possible answers for a question.
- Contribution Of The Client Group To The Work Process
- They may provide the question for which answers are to be found. This could be to verify inconsistencies between printed answers on PDF Tests and possible answers as defined in the PDF Application.
- Steps Of The Work Process
- The table to query is TM101_POSSIBLE_ANSWER_ITEM and possible answers can be found as follows:
SELECT *
FROM TM101_POSSIBLE_ANSWER_ITEM
WHERE QUESTION_ID = '552';
- The table to query is TM101_POSSIBLE_ANSWER_ITEM and possible answers can be found as follows: