InterviewSolution
Saved Bookmarks
| 1. |
Why Is It Not Recommended To Modify Existing Base Tables? |
|
Answer» During upgradation it will CAUSE PROBLEM if we extend base tables.More over if it is NECESSARY u can go for EXTENSION tables. During upgradation it will cause problem if we extend base tables.More over if it is necessary u can go for extension tables. |
|