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 performance tuning db2?
Which is faster delete or truncate?
How to execute stored procedures?
What is load replace in db2?
Discuss about db2 bind?
What do you mean by rollback?
Can there be more than one cursor open for any program?
What is null indicator in db2?
How will you return the number of records in table?
What is image copy in db2?
Give the name of some fields form sqlca.
Where do you specify them?
What is a db2 cursor?
How is a typical db2 batch pgm executed?
What are the various isolation levels possible?