Why do we bind in db2?
No Answer is Posted For this Question
Be the First to Post Answer
What is pagespace?
select 100 records from million records ?
List out the three types of page locks that can be held.
How is a typical db2 batch pgm executed?
Can there be more than one cursor open for any program?
What is RUNSTATS?
Can you define an Index if the table size less than 10 PAGES?
What does the sqlcode of -818 pertain to?
What is check constraint in db2?
What is dbrm? When it will be created?
in the CURSOR declare statement, if i am using an where clause and trying to compare the value with a host-varialble. EXEC SQL DECLARE C1 CURSOR FOR SELECT DEPTNO, DEPTNAME, MGRNO FROM DEPARTMENT WHERE ADMRDEPT = :ADM-DEPT Where would i need to provide value to this host-variable in the where clause. how could i pass value to this host-variable to check it.
How to find schema of a table in db2?