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 is PRIME TABLE and what are the uses of it
How many databases can be created inside an instance in db2 ?
For a db2 column that is being defined as decimal (11, 2), discuss the cobol picture clause.
Can All Users Have The Privilege To Use The SQL Statement Select (DML)?
how can we find nth max salary from A table
What is a Foreign Key?
0 Answers Tavant Technologies, Zensar,
How we create a tables in DB2 ?Previously client has using 7 letters for user id,now he wants to increase the letters from 7 to 12 for user id.How we can do it?
What are the functions in DB2?
What is DCLGEN?
What is the difference between CS and RR isolation levels?
What is difference between rollback and commit?
How does coalesce work?