which SQL comment successfully removes uncommitted changes
from a DB2 database
A) rollback
B) delete
C) drop
D) decommit

Answers were Sorted based on User's Feedback



which SQL comment successfully removes uncommitted changes from a DB2 database A) rollback B) de..

Answer / janaki

rollback

Is This Answer Correct ?    19 Yes 0 No

which SQL comment successfully removes uncommitted changes from a DB2 database A) rollback B) de..

Answer / jeetu

A. of course

Is This Answer Correct ?    1 Yes 0 No

Post New Answer

More DB2 Interview Questions

can I alter a table (e.g. adding a column) when other user is selecting some columns or updating some columns from the same table?

1 Answers  


What technique is used to retrieve data from more than one table in a single SQL statement?

9 Answers   CTS, IBM, TCS,


how can we find nth max salary from A table

5 Answers   IBM,


I need to view the number of tables existing under one particular Owner. Is it possible? If so, pl give the SQL query for this?

0 Answers  


what is a collection?

2 Answers  


Can you use a select query in a loop to fetch multiple rows? If so what is the advantage of using a cursor?

2 Answers   L&T, UST,


What is a NULL value? What are the pros and cons of using NULLS?

2 Answers  


How do you stop a db2 database in linux?

1 Answers  


i know the stpes 2 create an executable CICS/DB2 cobol code. 1. DB2 Precompiler converts the SQL Statements into COBOL API statements and creates another member with Acess plans. CodeA results in CodeB (code with API calls) & CodeC ( Access Plans ) 2.Code B is compiled/linked 2 create an exceutable.(codeE) 3.Now CodeC is binded to the database on which CodeE will be run. Can somebody provide me the sample JCLs for precompile/compile/link/bind.

0 Answers  


What is a trigger in the db2 database?

1 Answers  


how do u update the faltfile into db2 table ?

4 Answers   RBS, TCS,


Is it possible using max on a char column?

1 Answers  


Categories