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 |
What does the REORG Utility do?
How do you insert a record with a nullable column?
What is the clustering index in the db2 database?
i know the stpes 2 create an executable CICS/DB2 cobol code. 1. DB2 Precompiler converts the SQL Statements into COBOL API statements and creates another member with Acess plans. CodeA results in CodeB (code with API calls) & CodeC ( Access Plans ) 2.Code B is compiled/linked 2 create an exceutable.(codeE) 3.Now CodeC is binded to the database on which CodeE will be run. Can somebody provide me the sample JCLs for precompile/compile/link/bind.
what is plan? is plan executable or package?
EXPLAIN has output with MATCHCOLS = 0. What does it mean?
Differentiate between cs and rr isolation levels? Where do you specify them?
How will fetch last 5 rows from table in db2
explain about index with examples
my project is insurance management system,how to explain my work environment in interview?
Hi Dude,this is Ram.could any one tell me aboue CURRENT OF clause in DB2. Thanks in advance.......
How is the value function used?