What is plan in cobol db2?
No Answer is Posted For this Question
Be the First to Post Answer
When one binds a PACKAGE ( of a plan ) what package information is stored and where it is stored?
Mention the way of highlighting as well as putting a cursor to use in a cobol program.
What does an outer join do?
Which isolation level provides maximum concurrency?
Can we insert update delete in view?
How do u achieve record level locking in DB2 versions when record level locking is not allowed?
What is a dbrm in db2?
What is ibm db2 connect?
What are the different types of base tables?
What is sqlcode -922 ?
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
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?