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.
Syntax for Describe table
db2 describe table
or For all table details
select * from syscat.tables
select * from sysibm.tables