which SQL comment successfully removes uncommitted changes from a DB2 database A) rollback B) delete C) drop D) decommit
2 12936I have a DB2 table which has 1000 rows.after udatingg first 110 rows, my job abends. Now what I have to do if I want to restart the job next time so that it should start updating from 111th row (without updating first 110 rows again).
10 58768In cursor program-1 can we create another cursor program-2 inside the cursor program-1.If yes how/no why ?
2 8242How we create a tables in DB2 ?Previously client has using 7 letters for user id,now he wants to increase the letters from 7 to 12 for user id.How we can do it?
6 111484. A DB2 application is bound with uncommitted Read isolation level.It issues a request that retrieves 20 rows out of 200000 in the table. Which of the following descrbes the rows that are locked as a result of this request? a. None of the rows are locked. B.The retrieved rows are locked. C.The last row of the result set is locked. D.The rows not previously updated by another application are locked.
3 9461if suppose i am having an ACCOUNT table with 3 coloumns ACC. NO,ACC. NAME,ACC. AMOUNT . If a unique index is also defined on ACC.NO and ACC.NAME then write a query to retrieve account holders records who have more than 1 ACC.
8 12169Cursors can be declared in both working-storage & procedure division, Agreed. But is there any difference? If could you please suggest what is the difference. TIA
8 33398i have an employment table whch has salary,dept,name? i want salary b/w 1000 to 5000 can anyone pls say the query for ths ?
8 14395Post New Wipro DB2 Interview Questions
How does a web service work?
Which birds lives, breeds, sleeps and eats underground?
Are you aware of any emerging trends or advancements in the field of data integration and ETL, and how do you see SAP BODI evolving in response to these trends?
What is c++ best used for?
What are quality assurance and quality control?
Can I encode mathematics using xml?updated
What is the use of ansible?
What is the access scope of a protected method?
What is time dependent master data?
difference updall and update?
Explain about java sdk?
what is far pointer?
What is compound journal entry?
What is spring controller?
Can abstract class have normal methods?