Chapter 7. Working with Dynamic SQL
In this chapter, you will learn
The two phases of processing an SQL statement
The difference between dynamic SQL and static SQL
When and how to use dynamic SQL with the
EXECUTE IMMEDIATE
statementWhen and how to use dynamic SQL with
PREPARE
andEXECUTE
The use of dynamic SQL in cursors
How to use dynamic
CALL
statementsThe use of dynamic SQL for DDL
How to use the escape character in dynamic SQL
How to use the package cache
Dynamic SQL is a method of SQL programming that allows you to write robust and flexible code. So far, only static SQL has been used in our SQL procedures, and the distinction between dynamic SQL and static SQL has not been made. At this stage, you may not even know that SQL can be classified as static ...
Get DB2® SQL PL: Essential Guide for DB2® UDB on Linux™, UNIX®, Windows®, i5/OS™, and z/OS®, Second Edition now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.