Answer Posted / kc
SELECT colName,TypeName FROM SYSCAT.COLUMNS WHERE TABSCHEMA = <database> AND TABNAME =<tablename>
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is the difference between using bind () and rebind () methods of naming class?
What is the result of open cursor statement?
What is concurrency?
Mention the definition of cobol in varchar field.
Discuss about db2 bind?
How many databases can be created inside an instance in db2 ?
Can there be more than one cursor open for any program?
What are union and union all?
What is cursor with hold option in db2?
How do I connect my db2 database to ibm?
How can we read records for specific member in CL? AND rpg?
How do I delete a column in db2?
Is db2 a database?
What is a db2 schema?
When a COBOL-DB2 program in PRODUCTION is updating main tables and gone for long run, what have to do?