Define data page.
No Answer is Posted For this Question
Be the First to Post Answer
What is a cursor in programming?
What are the disadvantages of PAGE level lock?
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.
i have a table like this : Name ADDRESS Toto 123 ... Toto 456 ToTo 678 I would like to delete 2 last row...please tell me how to delete its
Do we need cursor for Count(*)?
How to run db2 command in windows?
What is the format (internal layout) of ?TIMESTAMP??
can we view the access paths created by dbrm ? how ? thx
If anyone has IBM Certification Dumps pls forward to me & also let me know what are the Certification Codes that are available in DB2
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
On which levels locks can be applied?
How are write I/Os from the buffer pool executed?