InterviewSolution
Saved Bookmarks
| 1. |
How Netezza Updates A Row In A Table? |
|
Answer» NETEZZA logically DELETES the ORIGINAL ROW by flagging the deletexid column with the current transaction id and inserts a new row with the updated VALUES. Netezza logically deletes the original row by flagging the deletexid column with the current transaction id and inserts a new row with the updated values. |
|