Multiple choice technology programming languages

The PASSTHRU statement evaluates an expression but not execute the resulting character string.

  1. True

  2. False

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

In ESQL, the PASSTHRU statement evaluates a database expression to construct a dynamic SQL query string and then immediately executes that resulting string against the targeted database. Because it does execute the query rather than just evaluating it, the statement claiming it does not execute is false.