InterviewSolution
Saved Bookmarks
| 1. |
Is Is Always Mandatory To Use Declare Table In Dclgen ? Can You Tell Why It Used? |
|
Answer» It not mandatory to have DECLARE TABLE STATEMENT in DCLGEN This is USED by the pre-compiler to validate the table-NAME, view-name, column name etc, during pre-compile. It not mandatory to have DECLARE TABLE statement in DCLGEN This is used by the pre-compiler to validate the table-name, view-name, column name etc, during pre-compile. |
|