Can we insert update delete in view?
No Answer is Posted For this Question
Be the First to Post Answer
i hav created a program and moved to production but failed to create the table which is been used in the program. the program shows error as soon as it is moved or installed in production or shows error during its runtime. what is the sqlcode for this error
What is a collection in db2?
What is usage pointer in cobol?
Is it possible to alter a table – for example adding a column, when another user is accessing or updating some columns?
Can you search give an array in the WHERE clause of a db2 query?
What is db2 isolation?
What is the function of buffer manager?
wht displays the number of times a query modified ?
How do I handle -911 (deadlock) error in a db2 program so that the program will never abend?
What does sqlcabc has?
What is coalesce in db2?
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?