What is a DB2 bind?
Answers were Sorted based on User's Feedback
Answer / manisha
DB2 bind is a type of compiler for SQL statements which
read sql statement from DBRM and produces a mechanism to
access data as divided by SQL statement being bound.
| Is This Answer Correct ? | 3 Yes | 0 No |
Answer / satyadev kumar
DB2 bind is will give access to the db2 table trough the
sql statement.
| Is This Answer Correct ? | 0 Yes | 1 No |
Describe what a storage group(STOGROUP) is?
Why do we bind in db2?
Explain db2.
select distinct(empid),distinct(dept),name from EMP will the above query work?
On the create tablespace, what does the CLOSE parameter do?
How can we define a table? How can we apply SEARCH ALL on it ?
Lot of updates have been done on a table due to which indexes have gone haywire. What do you do?
Differentiate between cs and rr isolation levels? Where do you specify them?
What is the function of buffer manager?
What error I will get if my select query gives multiple row while executing a Cobol-DB2 program.How can I solve it without using a cursor.
4 Answers Cap Gemini, Verizon,
How does cobol compile db2 program?
How can you split a table in to exactly half?