What is db2 purescale?
No Answer is Posted For this Question
Be the First to Post Answer
select 100 records from million records ?
Which isolation level provides maximum concurrency?
how do u update the faltfile into db2 table ?
Can we declare cursor in Procudere division or open the cursor in the Working storage section. Is there any particular rules in the usage of cursors lifecycle
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'
What is meant by union and union all?
Explain an outer join?
Shall i use this query to retrieve first 4 records, Select empno, sal from emptbl where empno < 5. like this can we fetch first 100 records?
Can a array declared with an index be displayed(readable format) in spool?
For unmatched rows returned from an outer join, the column values in the other table are set to null e.g If A OUTER JOIN B returns some unmatched rows from A, the corresponding column values in B will be set to null. What can be done so that a null value is not displayed for these columns?
What information is held in SYSIBM.SYSCOPY?
Define sqlca.