Multiple choice technology mainframe

Dynamic SQL statements are embedded in programs and bound before they are executed.

  1. True

  2. False

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

Dynamic SQL statements are prepared and bound dynamically at run time, whereas static SQL statements are embedded and bound before execution. Therefore, the statement is false.