Hello,
I need to develop code in Java where I have do these steps:
-- Drop all constraints (PK, FK, Unique ...) for a table. I think that it's possible quering SYS tables but I don't know exactly how.
-- Do an update over that table.
-- Create again same constraints that in step 1.
I like to see an example about that.
Thanks in advance.
Babs.