How to fetch the uncommited data from table ?
Answer / sudhir kumar
With the help of restart checkpoint logic.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is deadlock?
How to resolve -803 sql code in DB2?
What is the maximum length of sqlca?
What is the function of the Data Manager?
What is syscat in db2?
What is the difference between drop table and delete table?
db2 maintains information about the data... a.in tables. b.in a set of tables known as db2 catalog. c.in db2 database. d.none of the above.
What is multi row fetch in db2?
What is collection in db2 bind?
If there is no row in Emp table with Ename as Raghava and you run the below queries in SPUFI. 1.select Ename from EMP wher Ename = 'raghava' 2.Select count(*) from EMP where Ename = 'raghava' What is SQLCODE shown up in SPUFI
In db2, how do you insert multiple rows in 1 query using a.) Cursors, b.) Normal query?? Give syntax for both.
What is usage pointer in cobol?