Statements

SQL statements are classified as executable or non-executable.

An executable statement can be invoked in four ways. It can be:

  • Issued interactively

  • Prepared and executed dynamically

  • Embedded in an application program

  • Embedded in an SQL procedure, trigger, compound SQL (compiled), or compound SQL (inlined) with some restrictions:

Last updated

Was this helpful?