Update Vs Delete + Insert
Hi, folks,
I'm thinking about a questions.
Suppose that we don't have foreign keys defined out there between my tables. in order to update a row in a table, we can use "UPDATE" statement as everybody knows, or we can also come up with a alternative of DELETE the row first and INSERT a new row.
What's the difference?
If it's in a huge OLTP system, what are the impacts on Oracle? any idea?
Thanks in advance!
eilison
eilisonl@yahoo.com