1. How to describe the definition of table from DB2 database?
ie. equal to "desc <table_name>" in Oracle env.
2. How can i found the owner information of a table?
3. Any good reference for studying "sysibm" and "syscat" schemas?
The two schemas contain many database internal information, such as the name of tablspaces, auit setting, schema setting, etc. How can we check it and What actually information can be found by using sysibm and syscat schemas?
Thanks