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 |
How many databases are there?
What does this mean ? GRANT BIND,EXECUTE ON PLAN MK2 TO PUBLIC;
How is the value function used?
What is the reason behind not using select * in embedded sql programs?
What is the error code -803 ?
Are views updatable ?
In cobol+DB2program if the code of cobol program has changed than i have to do precompilation once again?
what is the steps followed in EXPLAIN Process or EXPLAIN command. (Explain is for identifying the optimized access path but how or what is the steps for doing the EXPLAIN)
In cursor program perform para varying until 1 by 1 fetch para cursor------close para in the blank what will come for confirming in the database?
What keyword does an SQL SELECT statement use for a string search?
What are the 4 environments which can access DB2 ?
Name the different types of Table spaces.