InterviewSolution
Saved Bookmarks
| 1. |
What Is The Difference Between Default Column And Fixed Column Parameters? |
|
Answer» DEFAULT COLUMN specifies a default value for an EIM column and it is USED only when the column is null in the EIM table WHEREAS FIXED COLUMN specifies a fixed value for an EIM column and the fixed value gets loaded in the base table OVERRIDING the value in the EIM table column. DEFAULT COLUMN specifies a default value for an EIM column and it is used only when the column is null in the EIM table whereas FIXED COLUMN specifies a fixed value for an EIM column and the fixed value gets loaded in the base table overriding the value in the EIM table column. |
|