Multiple choice technology mainframe

The source form of static SQL statements is :

  1. Embedded within application program.

  2. Prepared during the execution of SQL application.

  3. Is the result of a DB2 query.

  4. None of the above

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

Static SQL statements are hard-coded or embedded directly within the source code of an application program before compile time. They are bound and prepared prior to execution, unlike dynamic SQL which is constructed and prepared during the application's execution.