What is the purpose of rollback and commit?
No Answer is Posted For this Question
Be the First to Post Answer
how to resolve -811 sqlcode .give clear explaination
in a table consist of 1000 records among that i was updated 145 record how could i know that ..list of recently updated record's and where could i see those updated record's....pls help me out....
How does DB2 determine what lock-size to use?
Give the name of some fields form sqlca.
Shall i use this query to retrieve first 4 records, Select empno, sal from emptbl where empno < 5. like this can we fetch first 100 records?
What is a db2 tablespace?
what is a plan and how do you refer the plan in the program?
What if , we failed to mentioed null indicator in sql select query , that may retrieve null value ?
i want to delete 20th million record how ?
How many clustering indexes can be defined for a table?
Describe the elements of the SELECT query syntax?
While unloading huge amount of data from table. Suddenly job failed some error. Imagine 1M data unloading, In that 90% data unloaded only 10% left, So if want to unload the rest 10% what needs to be done? Whether do i need to start from top or anything ?