How does a cursor work?
No Answer is Posted For this Question
Be the First to Post Answer
List some fields from sqlca?
Explain package in db2 and its advantages?
How does DB2 use multiple table indexes?
What techniques will be used to avoid deadlock??
I have a subprogram B calling from mainprogram A.I have opened a cursor in A ,Can i fetch the same cursor in subprogram B , If yes , Please explain the reason?
What is db2 catalog database?
by using cursors , we can access particular records from the table based on some condition, i want to delete those selected records, how can we write a query for this in the program?
What is dbrm? When it will be created?
Request to database but database is not available so what is was abend is raised?
What is JOIN and different types of JOIN.
What is cursor stability in db2?
My DB2 program first read the data from a file and then it look into a table with the data it got from the file.If we did not bind the program , should the file read before SQL execution be success??