What information is used as input to the bind process?
Answers were Sorted based on User's Feedback
Answer / nishant kumar singh
The DBRM and the SYSIBM.SYSSTMT table of the DB2 catalog.
Is This Answer Correct ? | 1 Yes | 1 No |
What is an inner join, and an outer join ?
What are the full forms of spufi and dclgen and why are they used?
I have 3 cursors declared. Cursor1 retieves some data. Based on this curso2 will also fetches some data. In cursor3 (using for some updation) I'm using the data retrieved by the above 2 cursor. My question is, while working with cursor3, periodically if I give commit, will all the three crsors will be closed or only cursor3 will be closed?
What techniques are used to retrieve data from more than one table in a single SQL statement?
what is the certification that has a good value for a practioner in mainframes but not habving much knowledge on db2 related stuff?
What is isolation level in db2?
ther r 2 tables OTTABLE & SALTABLE, add the otamt from OTTABLE to empsal of SALTABLE if eid is matched else add the unmatched from OTTABLE to SALTABLE
What is meant by repeatable read?
Explain about rct in db2?
how can we find nth max salary from A table
Explain about mirror activator disk mirroring?
How do you declare a host variable (in COBOL) for an attribute named emp-name of type VARCHAR(25) ?