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.
Right-click the table in DB2 Control Center and chose Generate DDL... That will give you everything you need and more.