InterviewSolution
Saved Bookmarks
| 1. |
Explain What Are The Contents Of A Dclgen In Db2? |
|
Answer» EXEC SQL DECLARE TABLE statement which GIVES the LAYOUT of the table/view in terms of DB2 datatypes. A host language copy BOOK that gives the host variable DEFINITIONS for the column Names. EXEC SQL DECLARE TABLE statement which gives the layout of the table/view in terms of DB2 datatypes. A host language copy book that gives the host variable definitions for the column Names. |
|