InterviewSolution
Saved Bookmarks
| 1. |
In Which Table Update Sets And Customization Are Stored? |
|
Answer» Each UPDATE SET is STORED in the Update Set [sys_update_set] table, and the CUSTOMIZATIONS that are ASSOCIATED with the update set, are stored in [sys_update_xml] table. Each update set is stored in the Update Set [sys_update_set] table, and the customizations that are associated with the update set, are stored in [sys_update_xml] table. |
|