Answer Posted / raghu
first we have to def indexs.
select indexname from sysibm.sysindexs where tbname = tablename
Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What db2 400?
Define predicate?
in my project..TEST is db2 8.1 version In PROD it is 7.1 if i do REORG in TEST.. can I use the same REORG jcl with out modification in PROD region (this is DB2 8.1 )? if not, what modification i need to do in my REORG control card?
How do I add a column to a table in db2?
What are bind parameters in db2?
What is the use of reorg in db2?
What is meant by explain?
How can deadlocks be resolved?
What is reorg?
What happens in bind step in a db2 program?
What is concurrency?
Mention the downsides of page level lock.
What is blu acceleration in db2?
What is the result of open cursor statement?
What is the reason behind not using select * in embedded sql programs?