What is cursor?
Answers were Sorted based on User's Feedback
Answer / chinmay
cursor is a programming devive which can keep to allow a set of rows and return them one row at a time because the host language can deal one row at time
| Is This Answer Correct ? | 5 Yes | 2 No |
Answer / madhavansvce
Cursor is a multiple column can be moved possible.
| Is This Answer Correct ? | 0 Yes | 10 No |
How to view db2 table structure?
What Utility is used to migrate DB2 from one release to the next?
What is the use of DELGEN in DB2? Can we Write the program with out using it?
how do we solve soc 7 and soc4 ?
What is DB2 (IBM Database 2)?
I have a table(product),It contain fields(productname,cost). I want to retrieve the product name ,which cost is second maximum in the table?
What is db2 bind?
What is temporal table in db2?
how many bytes timestamp token occupies?
6 Answers Boss Global, Cap Gemini, TCS,
is there any restrictions for unions ?
What is normalization and what are the five normal forms?
This was related to -811 sqlcode, In a COBOL DB2 program which accesses employee table and selects rows for employee 'A', it should perform a paragraph s001-x if employee 'A' is present. In this case it gets -811 sqlcode, but still it process the paragraph s001-x. What could be wrong in my code.