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...


How can you compare table column after update and before
update?

Answers were Sorted based on User's Feedback



How can you compare table column after update and before update?..

Answer / kingmanish

Its always industry practice to take Image copy of the
table before going for inserts updates etc.

you can unload current data from the table and the data
from the image copy before update and compare the two.

thanks

Is This Answer Correct ?    9 Yes 0 No

How can you compare table column after update and before update?..

Answer / anju

What the hell are you talking about Harsha?? Why do you want to answer if you know nothing in DB2?? Irritating mann!

Is This Answer Correct ?    2 Yes 0 No

How can you compare table column after update and before update?..

Answer / raghu

by using db2 utilities of unload,we have to copy before upadate and after update then we should see the difference bet the to copys

Is This Answer Correct ?    1 Yes 0 No

How can you compare table column after update and before update?..

Answer / mahesh vasudevan

If you mean a new column has been added to an existing table
or data been updated to an existing table data. I am not
sure on this question. Let me assume that you are talking
about data. Any update that takes place will have two
records logged -one is prior to update and another is after
update and these information goes to Logs. Logs are used
while recovery process for forward and point in time recovery.

and you can make an SQL query for "Union" - "Intersection"
operation to find the differences.

Is This Answer Correct ?    0 Yes 4 No

How can you compare table column after update and before update?..

Answer / harsha

Based on the situation, one can use Union/Inner Join.

Is This Answer Correct ?    0 Yes 9 No

Post New Answer

More DB2 Interview Questions

what are the bind parameters?

5 Answers   IBM,


What is meant by AUTO COMMIT?

3 Answers  


what is the difference between where clause and having clause

2 Answers   IBM,


What are union and union all?

0 Answers  


How do you pull up a query which was previously saved in qmf?

0 Answers  


What is db2 purescale?

0 Answers  


Can we use select query in a loop to fetch multiple rows in a COBOL PROGRAM? If so, what is the advantage of cursor?

1 Answers   UST,


How to handle null values in db2

4 Answers  


Is db2 free?

0 Answers  


How Plan is created while executing the query using SPUFI?

3 Answers  


What are the contents of a DCLGEN?

4 Answers   MetLife,


in my table i will update only 100 record among 1000 records i need to display recently updated record'.....can u tell me where those records are stored how can i display those records...?if there is any sql query pls let me know....?

3 Answers   Infosys,


Categories