What is cloudant database?
No Answer is Posted For this Question
Be the First to Post Answer
I have 3 cursors declared. Cursor1 retieves some data. Based on this curso2 will also fetches some data. In cursor3 (using for some updation) I'm using the data retrieved by the above 2 cursor. My question is, while working with cursor3, periodically if I give commit, will all the three crsors will be closed or only cursor3 will be closed?
what is the difference between join and union?
Can you Average the Characters ?
When will you chose to run RUNSTATS?
how to identify the pseudo conversation by seeing the program
What is the syntax of SELECT statement when embedded in a COBOL program?
What is buffer pool in the db2 database?
What is bind in db2?
What are types of indexes?
How do I copy a table in db2?
What is runstats utility in db2?
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