If the cursor is kept open followed the issuing of commit, what is the procedure to leave the cursor that way?
No Answer is Posted For this Question
Be the First to Post Answer
In my table having 100 Rec. How can I delete the 7th row?? (we don't know what is data inside the table)
The only place of VSAM KSDS in DB2 is?
how can we find nth max salary from A table
What is QUIESCE?
What is dbrm library?
What is the result of open cursor statement?
How many types of page locks can be held in db2?
What is cursor?
What are concurrency issues?
How do you declare a host variable (in COBOL) for an attribute named emp-name of type VARCHAR(25) ?
have 3 tables table1, table2 and table3 which contains employee information. table1 is master table, table2 contains emp details like emp no and so on, table 3 contains emp salary. so if any emp leave company between 25th - 30th of every month it has to get updated in tables. but it is not getting updated. What is the reason.
before altering a table is it necessary to lock ? if lock what is it ? how to do ? ifi want to lock a table what is that command ?