Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


Lot of updates have been done on a table due to which
indexes have gone haywire. What do you do?

Answers were Sorted based on User's Feedback



Lot of updates have been done on a table due to which indexes have gone haywire. What do you do?..

Answer / s

Reorg Index or Rebuild Index

Is This Answer Correct ?    2 Yes 0 No

Lot of updates have been done on a table due to which indexes have gone haywire. What do you do?..

Answer / mehdee

Yes, Reorg Index and RUNSTATS or Rebuild Index.

Is This Answer Correct ?    2 Yes 0 No

Post New Answer

More DB2 Interview Questions

in the CURSOR declare statement, if i am using an where clause and trying to compare the value with a host-varialble. EXEC SQL DECLARE C1 CURSOR FOR SELECT DEPTNO, DEPTNAME, MGRNO FROM DEPARTMENT WHERE ADMRDEPT = :ADM-DEPT Where would i need to provide value to this host-variable in the where clause. how could i pass value to this host-variable to check it.

2 Answers   iGate,


What is the cascade rule and how does it relate to deletions made with a subselect?

1 Answers  


What is correlated subquery?

1 Answers  


What is concurrency?

0 Answers  


What is the physical storage length of date data type?

0 Answers  


Under what circumstances will DB2 allow an SQL statement to update more than one primary key value at a time?

1 Answers  


How do I handle -911 (deadlock) error in a db2 program so that the program will never abend?

3 Answers   CTS, IBM,


How to select the duplicate rows from a table?

4 Answers  


Suppose I have a program which uses a dynamic SQL and it has been performing well till now. Off late, I find that the performance has deteriorated. What happened?

1 Answers  


Suppose we are doing transaction in a table and abend happened in between. Suppose i have completed the transaction upto X rows and I want to start the transaction again where the abend happened. I don't want to do the transaction from the first record. Then what i have to do.

9 Answers   Cap Gemini,


My DB2 program first read the data from a file and then it look into a table with the data it got from the file.If we did not bind the program , should the file read before SQL execution be success??

2 Answers   Xansa,


how can u retrieve the data from null values using applicaion program.

3 Answers   TCS,


Categories