Why do we bind in db2?
No Answer is Posted For this Question
Be the First to Post Answer
What is the syntax for seeing the columns and data types of a table in the db2 database?
What is a buffer in memory?
A Table feild is declared as Decimal(7,2). I want to insert the decimal in to this column thru cobol-db2 program. How should I declare my local input file variable or any suggestion?
I understand Join always perform better than subqueries. Then what is the advantage/use of Subqueries/correlated subqueries etc.,in DB2 programming.Please explain.
How do you select a row using indexes in db2?
What is error -818 in db2. where can you find the timestamp of the DBRM and the source code.( precompile puts the timestamp on dbrm and source code correct?)
Can there be more than one cursor open for any program?
I have a main program (A) where we delete some rows in table in a cursor, and we commit it in sub program(B). What will happen - will we get an error or not?
Generally if I want to select the names starting with c I need to use c% But how could I code to select the data which contains % as a part of data.
How to rename a table in DB2 ?
What is page size in db2?
How can you find out the # of rows updated after an update statement?