/
Find Questions Using Question Text

Find Questions Using Question Text

  • Work Process - Purpose
    • Finding a question for the Client Group using the question's text.

  • Work Process - Summary
    • A simple DB query.
  • Contribution Of The Client Group To The Work Process
    • The Client Group to provide question text to be queried.

  • Steps Of The Work Process
    • For English questions:

      SELECT *

      FROM TM103_QUESTION

      WHERE UPPER(QUESTION_ETXT) LIKE '%WHAT IS THE NUMBER ONE%';

      For French questions:

      SELECT *

      FROM TM103_QUESTION

      WHERE UPPER(QUESTION_FTXT) LIKE '%VOUS DEVEZ VOUS ASSURER%';


Related content

Find Possible Answers for Questions
Find Possible Answers for Questions
More like this
Find Exams Where Questions Are Used, I.E. Question_ID #520 is Part of Which Exam?
Find Exams Where Questions Are Used, I.E. Question_ID #520 is Part of Which Exam?
More like this
Find Operator In DB
Find Operator In DB
More like this
Find Which Tests An Image Is Used In
Find Which Tests An Image Is Used In
More like this
TSB QUICK SEARCH
TSB QUICK SEARCH
More like this
Find Operator Tests In DB
Find Operator Tests In DB
More like this