Answer Posted / s
Dynamic SQL are built at execution time. Dynamic SQL does
not go through the program preparation process like static
SQL and can execute different SQL statements in one
program.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What types of tables are there in the db2 database?
What is the advantage in De-normalizing tables in DB2?
What is the default page size of buffer pools?
What does db2 blu stand for?
Why select is not preferred in embedded sql programs?
Which component is used to execute the sql statements?
What is explain plan in db2?
How to check last update on table in db2?
What db2 400?
What is the use of db2?
What is universal database?
How to find the number of rows in a db2 table?
run jcl for cobol+db2 pgm?.. //jobcard //step001 exec pgm=ikjeft01 //systin dd * DSNSYSTEM(--------) RUN PROGRAM(MYPGMNAME) PLAN(-----), LIB(-------), PARMS(------) /* WHAT WILL U GIVE INSIDE THE BRACKETS... WHAT IS PLAN,PACKAGE,BIND?..PLAN N PACAKGES ARE GENERATED BY ?...
Name the lockable units in DB2?
How can you do the explain of a dynamic sql statement?