How to view the table structure in DB2 database
Also the following command works:
describe SELECT * FROM table_name;
Where the select statement can be replaced with any other select statement, which is quite useful for complex inserts with select for example.