This query returns information about the table t1 in the database db1 in the Datalake MyIceberg:
HELP TABLE MyIceberg.db1.t1;
*** Query completed. 2 rows found. 3 columns returned. *** Total elapsed time was 1 second. ColumnName|ColumnType|TDMappingType| ----------+----------+-------------+ c1 |int |INTEGER_DT | c2 |float |REAL_DT |
ColumnType is the Iceberg data type. TDMappingType is the Teradata data type.