What is a DB2 bind?
Answer / tintu raveendran
It is the process of creating an executable module from the
source DBRM. Its functions are,
Checks the syntax of the SQL defined in the program (DBRM)
Checks whether the object accessed by the SQL physically
exists.
Does an authorization check.
Creates the optimum access path for the query using the
DB2 optimizer.
| Is This Answer Correct ? | 8 Yes | 2 No |
What are the various isolation levels possible?
How to check sequence on a table in db2?
How do you pull up a query which was previously saved in qmf?
What is db2 look?
What is copy book?
how to take the back up of the DB2 table.
what types of copies can be made with the COPY Utility ?
could you give me an example how, where i code CHECKPOINT and restart...I need and example....thanks..
What is precompiler in db2?
i hav created a program and moved to production but failed to create the table which is been used in the program. the program shows error as soon as it is moved or installed in production or shows error during its runtime. what is the sqlcode for this error
Can we update view in db2?
in my table i will update only 100 record among 1000 records i need to display recently updated record'.....can u tell me where those records are stored how can i display those records...?if there is any sql query pls let me know....?