Search Results

3
votes

Oracle Populate backup table from primary table

Does the backup table stay around? Does it keep the data permanently, or is it just a copy of the current values? Too bad about not being able to create/delete/rename/copy. Otherwise, if it …
1
vote

Which table structure is better

The real advantage of the fully normalized version in the first answer comes when the requirements change -- when someone changes the specs so you have to add types beyond the 3 you've identified. …