What do you mean by cursor?
No Answer is Posted For this Question
Be the First to Post Answer
how to check the table is empty or not?
What is a storage group (stogroup)?
What value the host varible will contain , if null indicator value is -2 ? Will it contain the truncated value or nothing will move ?
What are the various data types available in db2?
What is dbrm? What it contains?
Hi , I am posting some interview ques . what is the use of cursors ? what is the diff between select and cursor ? bith are used for data retrival .. rite?
How many clustering indexes can be defined for a table?
Can we use select * statement in cobol program without giving field names ???
what will be the output of the below given query, if no matching records are found : (a.) 0 (b.) null (c.) error select Avg(salary) from TableA where Deptno = 'insurance'
How can we retrieve the total number of records in RPG & CLLE?
OUTER JOINS USED TO GET MATCHING AND NONMATCHING ROWS FORM 2 OR MORE TABLES BASED ON COLUMNS. SIMPLE JOINS ALSO DO THE SAME THEN WHAT IS THE USE OF OUTER JOINS.
what is the steps followed in EXPLAIN Process or EXPLAIN command. (Explain is for identifying the optimized access path but how or what is the steps for doing the EXPLAIN)