What is the syntax for FETCH in DB2 ?
Define declaration generator (dclgen).
What is the syntax for FETCH in DB2 ?
What is declare cursor?
I am having n number of records in a table which consists of emp-name is one of the field among them. Now i want to change the first letter of every name with capital.
What DB2 Catalog column tell you when an index needs table reorganized ?
How can tablespace be moved to another dasd volume that is allocated for that tablespace?
Can we insert update delete in view?
What is db2?
what is the process of precompiler?
What is the function of logging in the db2 database?
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
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