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 |
The only place of VSAM KSDS in DB2 is?
How do I add a column to an existing table in db2?
how to take the back up of the DB2 table.
What is PRIME TABLE and what are the uses of it
Which command is used to remove all rows from a table?
how can we find nth max salary from A table
What is RUNSTATS?
Can there be more than one cursor open for any program?
What is an EXPLAIN in DB2. How and what is the steps followed in EXPLAIN command. Can all the queries be used in EXPLAIN command to check the performance.
If there is no row in Emp table with Ename as Raghava and you run the below queries in SPUFI. 1.select Ename from EMP wher Ename = 'raghava' 2.Select count(*) from EMP where Ename = 'raghava' What is SQLCODE shown up in SPUFI
What is cobol db2?
What is dbrm? What it contains?