You can use these commands:
db2 describe table table-name (show detail)
db2 describe indexes for table table-name (show detail)
To get the entire schema for a table:
db2look -d db-name -t table-name -e -a
The InfoCenter is OK if you know what you are looking for, but the PDF versions of the manuals are also good to browse and search (using PDF search). The most important manuals are these:
- Command Reference
- SQL Reference Vol 1 - Select Statement, functions, DB2 catalog
- SQL Reference Vol 2 - All other SQL
- Message Reference Vol 2 - SQL Error Messages
https://www-304.ibm.com/support/docview.wss?rs=71&uid=swg27009474
PDF Links are at the bottom of the page.