Saved Bookmarks
| 1. |
Is Declare Table In Dclgen Necessary? Why It Used? |
|
Answer» It not necessary 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 necessary 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. |
|