Write a query to extract first 5 characters of a name in the column Stud_Name?
assume ther are 5000 records in a database and want to fetch using cursor. cursor fetches only 3000 records and fetch is not happening for remaining 2000 records. why it happens and how to rectify it
What is the difference between a package and a plan?
6 Answers Infosys, L&T, Mphasis,
Suppose we have a query for update update table1 set col1 = 'val1' where col2=(select .... from ...) suppose the subquery does not return any record, what will happen to update?
Where can you declare a cursor in a cobol-db2 program?
List out the three types of page locks that can be held.
DB2 can implement a join in three ways using a merge join, a nested join or a hybrid join. Explain the differences?
How can the duplicate values be eliminated from db2 select?
What is view db2?
What is db2?
How do I copy a table in db2?
Can you define an Index if the table size less than 10 PAGES?
What is ACQUIRE/RELEASE in BIND?