Multiple choice technology mainframe

OTHERWISE should be specified along with SELECT instruction.

  1. True

  2. False

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

The OTHERWISE clause in a SELECT instruction is optional, not mandatory. It provides a default case when no WHEN conditions match, but can be omitted if not needed. The statement claims it should be specified, which is false.