Updating intersection table
Running Oracle9i Enterprise Edition Release 9.2.0.8.0 - 64bit Production... (we'll be upgrading to 11g soon, but for now, stuck with 9i)
This might be SQL 101... but inquiring to see if there are better options.
I have an intersection table which implements a M-N relationship.
Whenever an update is required to the intersection table, I've always deleted affected rows first, then re-inserted new rows.
I'd like to know if there are better ways to handle this?
Thanks
Stephane