InterviewSolution
Saved Bookmarks
| 1. |
Define Declaration Generator (dclgen) ? |
|
Answer» DECLARATION Generator is a facility that is used to FORM SQL statements that DESCRIBES a table or view. At pre-compile time, the table or view descriptions are then used to check the VALIDITY of SQL statements. Declaration Generator is a facility that is used to form SQL statements that describes a table or view. At pre-compile time, the table or view descriptions are then used to check the validity of SQL statements. |
|