before altering a table is it necessary to lock ? if lock
what is it ? how to do ? ifi want to lock a table what is
that command ?
No Answer is Posted For this Question
Be the First to Post Answer
When a COBOL-DB2 program in PRODUCTION is updating main tables and gone for long run, what have to do?
How to compare data between two tables in db2?
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 ?
What is null value in db2?
What is the cascade rule and how does it relate to deletions made with a subselect?
How can you display the current date & current time ?
what is diffrence b/w file-aid tool and file-aid utility???
How do you Load a table ?? and what is Load replace ?
what will be the output of the below given query, if no matching records are found : (a.) 0 (b.) null (c.) error select Avg(salary) from TableA where Deptno = 'insurance'
How would you move a tablespace (using STOGROUP) to a different DASD volume allocated to that tablespace?
what is the difference between normal select query and currosor
how to u check the query is executing or not ?where will u check for sqlcode ?