Hello everybody I am learning DB2 and would like to know how to see a table\'s characteristics after I create one.
Similar to the EXPLAIN TABLE command in MySQL.
Try the following:
DESCRIBE SELECT * FROM TABLE_name