How and when does the db2 enforces the unique key?
No Answer is Posted For this Question
Be the First to Post Answer
Define data page.
What is the difference between "db2ilist" and "db2 get instance" commands in DB2 Database Server?
wht r the requirements for writing a cobol-db2 pgm ?
What is auditing?
What is the clustering index in the db2 database?
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 ?
What are simple, segmented and partitioned table spaces ?
if 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.
what is static sql? what is dynamic sql? Give me details
What is meant by a unit of recovery?
when we are tying to update a table having 100 rows. if the program abends when updating 51 row . how to start updating again from the 51 row .what was the logic
what is Runstats? Whem will u choose to runatats?