What are the rules for db2 programming?
No Answer is Posted For this Question
Be the First to Post Answer
What is a LIKE table and how is it created?
Which isolation level provides highest data integrity?
When would you prefer to use VARCHAR?
What is a view? Why use it?
What are bind parameters in db2?
Why do we use cursor?
What is bufferpool 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
i have cobol+ db2 program but it contains n number of subprograms for this how many dbrm members i need to mention in bind process
If the cursor is kept open followed the issuing of commit, what is the procedure to leave the cursor that way?
How do I delete a column in db2?
What's the Maximum Length of SQLCA and what's the content of SQLCABC?