If this is your first visit, be sure to check out the FAQ by clicking the link above.
You may have to register before you can post: click the register link above to proceed.
To start viewing messages, select the forum that you want to visit from the selection below.
Some transacted database systems have the ability to take a handful of SQL statements, excersise them in order without checking constraints until all of the statements have been evaluated. Thus if you update a row to a row that already exists (key fields) and then delete the row that previously existed it results in an update that is not invalid. Confusing, I know. Can DB2 facilitate this kind of behavior? What is the technical term for this process?